#87700C

Color #87700C Yukon Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yukon Gold #87700C

Tints of Yukon Gold #87700C

Color information

#87700C (or 0x87700C) is unknown color: approx Yukon Gold. HEX triplet: 87, 70 and 0C. RGB value is (135,112,12). Sum of RGB (Red+Green+Blue) = 135+112+12=259 (34% of max value = 765). Red value is 135 (53.12% from 255 or 52.12% from 259); Green value is 112 (44.14% from 255 or 43.24% from 259); Blue value is 12 (5.08% from 255 or 4.63% from 259); Max value from RGB is 135 - color contains mainly: red. Hex color #87700C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #87700C is #788FF3. Grayscale: #6B6B6B. Windows color (decimal): -7901172 or 815239. OLE color: 815239.

HSL color Cylindrical-coordinate representation of color #87700C: hue angle of 48.78º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #87700C is Cyan = 0, Magento = 0.17, Yellow = 0.91 and Black (K on CMYK) = 0.47.

Color convert

RGB13511212-
CMYK00.170.910.47
HSL48.78º83.67%28.82%-
HSV(B)48.78º91.11%52.94%-
XYZ15.8516.772.75-
YUV107.4874.12147.63-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 135 (53.12% from 255) = 52.12%
GREEN value IS 112 (44.14% from 255) = 43.24%
BLUE value IS 12 (5.08% from 255) = 4.63%
R=52.12%
G=43.24%
B=4.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.91
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351121200.170.910.4748.7883.6728.82
Hex8770C0115B2F31541d
Octal20716014021133576112435
Binary10000111111000011000100011011011101111110001101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87700C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87700C; }

 p { color: rgb(135,112,12); }

 H1.HeaderClassName
 {
   color: #87700C;
 }
 .AnyTagClassName
 {
   color: #87700C;
 }
</style>
background-color css

<style>
 a { background-color: #87700C; }

 a { background-color: rgb(135,112,12); }

 div.DivClassName
 {
   background-color: #87700C;
 }
 .BgClassName
 {
   background-color: #87700C;
 }
</style>
border-color css

<style>
 span { border-color: #87700C; }

 span { border-color: rgb(135,112,12); }

 td.TdClassName
 {
   border-color: #87700C;
 }
 .TagClassName
 {
   border-color: #87700C;
 }
</style>