#876F0F

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

Shades of Yukon Gold #876F0F

Tints of Yukon Gold #876F0F

Color information

#876F0F (or 0x876F0F) is unknown color: approx Yukon Gold. HEX triplet: 87, 6F and 0F. RGB value is (135,111,15). Sum of RGB (Red+Green+Blue) = 135+111+15=261 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.72% from 261); Green value is 111 (43.75% from 255 or 42.53% from 261); Blue value is 15 (6.25% from 255 or 5.75% from 261); Max value from RGB is 135 - color contains mainly: red. Hex color #876F0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #876F0F is #7890F0. Grayscale: #6B6B6B. Windows color (decimal): -7901425 or 1011591. OLE color: 1011591.

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

Color convert

RGB13511115-
CMYK00.180.890.47
HSL48º80%29.41%-
HSV(B)48º88.89%52.94%-
XYZ15.7616.552.82-
YUV107.2375.95147.81-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 51.72%
GREEN value IS 111 (43.75% from 255) = 42.53%
BLUE value IS 15 (6.25% from 255) = 5.75%
R=51.72%
G=42.53%
B=5.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.89
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351111500.180.890.47488029.41
Hex876FF012592F30501d
Octal20715717022131576012035
Binary10000111110111111110100101011001101111110000101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876F0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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