#876C0D

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

Shades of Yukon Gold #876C0D

Tints of Yukon Gold #876C0D

Color information

#876C0D (or 0x876C0D) is unknown color: approx Yukon Gold. HEX triplet: 87, 6C and 0D. RGB value is (135,108,13). Sum of RGB (Red+Green+Blue) = 135+108+13=256 (33% of max value = 765). Red value is 135 (53.12% from 255 or 52.73% from 256); Green value is 108 (42.58% from 255 or 42.19% from 256); Blue value is 13 (5.47% from 255 or 5.08% from 256); Max value from RGB is 135 - color contains mainly: red. Hex color #876C0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #876C0D is #7893F2. Grayscale: #696969. Windows color (decimal): -7902195 or 879751. OLE color: 879751.

HSL color Cylindrical-coordinate representation of color #876C0D: hue angle of 46.72º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #876C0D is Cyan = 0, Magento = 0.2, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB13510813-
CMYK00.20.900.47
HSL46.72º82.43%29.02%-
HSV(B)46.72º90.37%52.94%-
XYZ15.4315.912.64-
YUV105.2475.95149.22-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 52.73%
GREEN value IS 108 (42.58% from 255) = 42.19%
BLUE value IS 13 (5.47% from 255) = 5.08%
R=52.73%
G=42.19%
B=5.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.90
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351081300.20.900.4746.7282.4329.02
Hex876CD0145A2F2f521d
Octal20715415024132575712235
Binary10000111110110011010101001011010101111101111101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876C0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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