#876A0A

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

Shades of Yukon Gold #876A0A

Tints of Yukon Gold #876A0A

Color information

#876A0A (or 0x876A0A) is unknown color: approx Yukon Gold. HEX triplet: 87, 6A and 0A. RGB value is (135,106,10). Sum of RGB (Red+Green+Blue) = 135+106+10=251 (33% of max value = 765). Red value is 135 (53.12% from 255 or 53.78% from 251); Green value is 106 (41.80% from 255 or 42.23% from 251); Blue value is 10 (4.30% from 255 or 3.98% from 251); Max value from RGB is 135 - color contains mainly: red. Hex color #876A0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #876A0A is #7895F5. Grayscale: #686868. Windows color (decimal): -7902710 or 682631. OLE color: 682631.

HSL color Cylindrical-coordinate representation of color #876A0A: hue angle of 46.08º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #876A0A is Cyan = 0, Magento = 0.21, Yellow = 0.93 and Black (K on CMYK) = 0.47.

Color convert

RGB13510610-
CMYK00.210.930.47
HSL46.08º86.21%28.43%-
HSV(B)46.08º92.59%52.94%-
XYZ15.215.482.47-
YUV103.7375.11150.31-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 53.78%
GREEN value IS 106 (41.80% from 255) = 42.23%
BLUE value IS 10 (4.30% from 255) = 3.98%
R=53.78%
G=42.23%
B=3.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.93
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351061000.210.930.4746.0886.2128.43
Hex876AA0155D2F2e561c
Octal20715212025135575612634
Binary10000111110101010100101011011101101111101110101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876A0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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