#876010

Color #876010 Golden Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Brown #876010

Tints of Golden Brown #876010

Color information

#876010 (or 0x876010) is unknown color: approx Golden Brown. HEX triplet: 87, 60 and 10. RGB value is (135,96,16). Sum of RGB (Red+Green+Blue) = 135+96+16=247 (32% of max value = 765). Red value is 135 (53.12% from 255 or 54.66% from 247); Green value is 96 (37.89% from 255 or 38.87% from 247); Blue value is 16 (6.64% from 255 or 6.48% from 247); Max value from RGB is 135 - color contains mainly: red. Hex color #876010 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #876010 is #789FEF. Grayscale: #626262. Windows color (decimal): -7905264 or 1073287. OLE color: 1073287.

HSL color Cylindrical-coordinate representation of color #876010: hue angle of 40.34º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #876010 is Cyan = 0, Magento = 0.29, Yellow = 0.88 and Black (K on CMYK) = 0.47.

Color convert

RGB1359616-
CMYK00.290.880.47
HSL40.34º78.81%29.61%-
HSV(B)40.34º88.15%52.94%-
XYZ14.2713.552.35-
YUV98.5481.42154-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 54.66%
GREEN value IS 96 (37.89% from 255) = 38.87%
BLUE value IS 16 (6.64% from 255) = 6.48%
R=54.66%
G=38.87%
B=6.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.88
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135961600.290.880.4740.3478.8129.61
Hex87601001D582F284f1e
Octal20714020035130575011736
Binary100001111100000100000111011011000101111101000100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876010; }

 p { color: rgb(135,96,16); }

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

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

 a { background-color: rgb(135,96,16); }

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

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

 span { border-color: rgb(135,96,16); }

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