#876e0f

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

Shades of Yukon Gold #876E0F

Tints of Yukon Gold #876E0F

Color information

#876E0F (or 0x876E0F) is unknown color: approx Yukon Gold. HEX triplet: 87, 6E and 0F. RGB value is (135,110,15). Sum of RGB (Red+Green+Blue) = 135+110+15=260 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.92% from 260); Green value is 110 (43.36% from 255 or 42.31% from 260); Blue value is 15 (6.25% from 255 or 5.77% from 260); Max value from RGB is 135 - color contains mainly: red. Hex color #876E0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #876E0F is #7891F0. Grayscale: #6B6B6B. Windows color (decimal): -7901681 or 1011335. OLE color: 1011335.

HSL color Cylindrical-coordinate representation of color #876E0F: hue angle of 47.5º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #876E0F is Cyan = 0, Magento = 0.19, Yellow = 0.89 and Black (K on CMYK) = 0.47.

Color convert

RGB13511015-
CMYK00.190.890.47
HSL47.5º80%29.41%-
HSV(B)47.5º88.89%52.94%-
XYZ15.6516.342.78-
YUV106.6476.28148.22-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 51.92%
GREEN value IS 110 (43.36% from 255) = 42.31%
BLUE value IS 15 (6.25% from 255) = 5.77%
R=51.92%
G=42.31%
B=5.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.89
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351101500.190.890.4747.58029.41
Hex876EF013592F2f501d
Octal20715617023131575712035
Binary10000111110111011110100111011001101111101111101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876e0f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,110,15); }

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

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

 a { background-color: rgb(135,110,15); }

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

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

 span { border-color: rgb(135,110,15); }

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