#876C0F

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

Shades of Yukon Gold #876C0F

Tints of Yukon Gold #876C0F

Color information

#876C0F (or 0x876C0F) is unknown color: approx Yukon Gold. HEX triplet: 87, 6C and 0F. RGB value is (135,108,15). Sum of RGB (Red+Green+Blue) = 135+108+15=258 (34% of max value = 765). Red value is 135 (53.12% from 255 or 52.33% from 258); Green value is 108 (42.58% from 255 or 41.86% from 258); Blue value is 15 (6.25% from 255 or 5.81% from 258); Max value from RGB is 135 - color contains mainly: red. Hex color #876C0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #876C0F is #7893F0. Grayscale: #696969. Windows color (decimal): -7902193 or 1010823. OLE color: 1010823.

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

Color convert

RGB13510815-
CMYK00.20.890.47
HSL46.5º80%29.41%-
HSV(B)46.5º88.89%52.94%-
XYZ15.4415.912.71-
YUV105.4776.95149.06-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 52.33%
GREEN value IS 108 (42.58% from 255) = 41.86%
BLUE value IS 15 (6.25% from 255) = 5.81%
R=52.33%
G=41.86%
B=5.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.89
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351081500.20.890.4746.58029.41
Hex876CF014592F2e501d
Octal20715417024131575612035
Binary10000111110110011110101001011001101111101110101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876C0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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