#876A0C

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

Shades of Yukon Gold #876A0C

Tints of Yukon Gold #876A0C

Color information

#876A0C (or 0x876A0C) is unknown color: approx Yukon Gold. HEX triplet: 87, 6A and 0C. RGB value is (135,106,12). Sum of RGB (Red+Green+Blue) = 135+106+12=253 (33% of max value = 765). Red value is 135 (53.12% from 255 or 53.36% from 253); Green value is 106 (41.80% from 255 or 41.90% from 253); Blue value is 12 (5.08% from 255 or 4.74% from 253); Max value from RGB is 135 - color contains mainly: red. Hex color #876A0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #876A0C is #7895F3. Grayscale: #686868. Windows color (decimal): -7902708 or 813703. OLE color: 813703.

HSL color Cylindrical-coordinate representation of color #876A0C: hue angle of 45.85º 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 #876A0C is Cyan = 0, Magento = 0.21, Yellow = 0.91 and Black (K on CMYK) = 0.47.

Color convert

RGB13510612-
CMYK00.210.910.47
HSL45.85º83.67%28.82%-
HSV(B)45.85º91.11%52.94%-
XYZ15.2115.492.54-
YUV103.9576.11150.14-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 53.36%
GREEN value IS 106 (41.80% from 255) = 41.90%
BLUE value IS 12 (5.08% from 255) = 4.74%
R=53.36%
G=41.90%
B=4.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.91
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351061200.210.910.4745.8583.6728.82
Hex876AC0155B2F2e541d
Octal20715214025133575612435
Binary10000111110101011000101011011011101111101110101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876A0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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