#876C0A

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

Shades of Yukon Gold #876C0A

Tints of Yukon Gold #876C0A

Color information

#876C0A (or 0x876C0A) is unknown color: approx Yukon Gold. HEX triplet: 87, 6C and 0A. RGB value is (135,108,10). Sum of RGB (Red+Green+Blue) = 135+108+10=253 (33% of max value = 765). Red value is 135 (53.12% from 255 or 53.36% from 253); Green value is 108 (42.58% from 255 or 42.69% from 253); Blue value is 10 (4.30% from 255 or 3.95% from 253); Max value from RGB is 135 - color contains mainly: red. Hex color #876C0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #876C0A is #7893F5. Grayscale: #696969. Windows color (decimal): -7902198 or 683143. OLE color: 683143.

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

Color convert

RGB13510810-
CMYK00.20.930.47
HSL47.04º86.21%28.43%-
HSV(B)47.04º92.59%52.94%-
XYZ15.4115.92.54-
YUV104.974.45149.47-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 53.36%
GREEN value IS 108 (42.58% from 255) = 42.69%
BLUE value IS 10 (4.30% from 255) = 3.95%
R=53.36%
G=42.69%
B=3.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.93
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351081000.20.930.4747.0486.2128.43
Hex876CA0145D2F2f561c
Octal20715412024135575712634
Binary10000111110110010100101001011101101111101111101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876C0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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