#87640E

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

Shades of Yukon Gold #87640E

Tints of Yukon Gold #87640E

Color information

#87640E (or 0x87640E) is unknown color: approx Yukon Gold. HEX triplet: 87, 64 and 0E. RGB value is (135,100,14). Sum of RGB (Red+Green+Blue) = 135+100+14=249 (32% of max value = 765). Red value is 135 (53.12% from 255 or 54.22% from 249); Green value is 100 (39.45% from 255 or 40.16% from 249); Blue value is 14 (5.86% from 255 or 5.62% from 249); Max value from RGB is 135 - color contains mainly: red. Hex color #87640E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #87640E is #789BF1. Grayscale: #656565. Windows color (decimal): -7904242 or 943239. OLE color: 943239.

HSL color Cylindrical-coordinate representation of color #87640E: hue angle of 42.64º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #87640E is Cyan = 0, Magento = 0.26, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB13510014-
CMYK00.260.900.47
HSL42.64º81.21%29.22%-
HSV(B)42.64º89.63%52.94%-
XYZ14.6314.32.4-
YUV100.6679.1152.49-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 54.22%
GREEN value IS 100 (39.45% from 255) = 40.16%
BLUE value IS 14 (5.86% from 255) = 5.62%
R=54.22%
G=40.16%
B=5.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.90
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351001400.260.900.4742.6481.2129.22
Hex8764E01A5A2F2b511d
Octal20714416032132575312135
Binary10000111110010011100110101011010101111101011101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87640E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87640E; }

 p { color: rgb(135,100,14); }

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

<style>
 a { background-color: #87640E; }

 a { background-color: rgb(135,100,14); }

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

<style>
 span { border-color: #87640E; }

 span { border-color: rgb(135,100,14); }

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