#876F12

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

Shades of Yukon Gold #876F12

Tints of Yukon Gold #876F12

Color information

#876F12 (or 0x876F12) is unknown color: approx Yukon Gold. HEX triplet: 87, 6F and 12. RGB value is (135,111,18). Sum of RGB (Red+Green+Blue) = 135+111+18=264 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.14% from 264); Green value is 111 (43.75% from 255 or 42.05% from 264); Blue value is 18 (7.42% from 255 or 6.82% from 264); Max value from RGB is 135 - color contains mainly: red. Hex color #876F12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #876F12 is #7890ED. Grayscale: #6B6B6B. Windows color (decimal): -7901422 or 1208199. OLE color: 1208199.

HSL color Cylindrical-coordinate representation of color #876F12: hue angle of 47.69º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #876F12 is Cyan = 0, Magento = 0.18, Yellow = 0.87 and Black (K on CMYK) = 0.47.

Color convert

RGB13511118-
CMYK00.180.870.47
HSL47.69º76.47%30%-
HSV(B)47.69º86.67%52.94%-
XYZ15.7916.562.94-
YUV107.5777.45147.56-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 51.14%
GREEN value IS 111 (43.75% from 255) = 42.05%
BLUE value IS 18 (7.42% from 255) = 6.82%
R=51.14%
G=42.05%
B=6.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.87
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351111800.180.870.4747.6976.4730
Hex876F12012572F304c1e
Octal20715722022127576011436
Binary100001111101111100100100101010111101111110000100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876F12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876F12; }

 p { color: rgb(135,111,18); }

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

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

 a { background-color: rgb(135,111,18); }

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

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

 span { border-color: rgb(135,111,18); }

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