#876814

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

Shades of Yukon Gold #876814

Tints of Yukon Gold #876814

Color information

#876814 (or 0x876814) is unknown color: approx Yukon Gold. HEX triplet: 87, 68 and 14. RGB value is (135,104,20). Sum of RGB (Red+Green+Blue) = 135+104+20=259 (34% of max value = 765). Red value is 135 (53.12% from 255 or 52.12% from 259); Green value is 104 (41.02% from 255 or 40.15% from 259); Blue value is 20 (8.20% from 255 or 7.72% from 259); Max value from RGB is 135 - color contains mainly: red. Hex color #876814 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #876814 is #7897EB. Grayscale: #686868. Windows color (decimal): -7903212 or 1337479. OLE color: 1337479.

HSL color Cylindrical-coordinate representation of color #876814: hue angle of 43.83º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #876814 is Cyan = 0, Magento = 0.23, Yellow = 0.85 and Black (K on CMYK) = 0.47.

Color convert

RGB13510420-
CMYK00.230.850.47
HSL43.83º74.19%30.39%-
HSV(B)43.83º85.19%52.94%-
XYZ15.0715.12.78-
YUV103.6980.77150.33-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 52.12%
GREEN value IS 104 (41.02% from 255) = 40.15%
BLUE value IS 20 (8.20% from 255) = 7.72%
R=52.12%
G=40.15%
B=7.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.85
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351042000.230.850.4743.8374.1930.39
Hex876814017552F2c4a1e
Octal20715024027125575411236
Binary100001111101000101000101111010101101111101100100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876814; }

 p { color: rgb(135,104,20); }

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

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

 a { background-color: rgb(135,104,20); }

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

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

 span { border-color: rgb(135,104,20); }

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