#875806

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

Shades of Golden Brown #875806

Tints of Golden Brown #875806

Color information

#875806 (or 0x875806) is unknown color: approx Golden Brown. HEX triplet: 87, 58 and 06. RGB value is (135,88,6). Sum of RGB (Red+Green+Blue) = 135+88+6=229 (30% of max value = 765). Red value is 135 (53.12% from 255 or 58.95% from 229); Green value is 88 (34.77% from 255 or 38.43% from 229); Blue value is 6 (2.73% from 255 or 2.62% from 229); Max value from RGB is 135 - color contains mainly: red. Hex color #875806 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #875806 is #78A7F9. Grayscale: #5D5D5D. Windows color (decimal): -7907322 or 415879. OLE color: 415879.

HSL color Cylindrical-coordinate representation of color #875806: hue angle of 38.14º degrees, saturation: 0.91, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #875806 is Cyan = 0, Magento = 0.35, Yellow = 0.96 and Black (K on CMYK) = 0.47.

Color convert

RGB135886-
CMYK00.350.960.47
HSL38.14º91.49%27.65%-
HSV(B)38.14º95.56%52.94%-
XYZ13.5112.141.8-
YUV92.779.07158.17-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 58.95%
GREEN value IS 88 (34.77% from 255) = 38.43%
BLUE value IS 6 (2.73% from 255) = 2.62%
R=58.95%
G=38.43%
B=2.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.96
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13588600.350.960.4738.1491.4927.65
Hex87586023602F265b1c
Octal2071306043140574613334
Binary10000111101100011001000111100000101111100110101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875806; }

 p { color: rgb(135,88,6); }

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

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

 a { background-color: rgb(135,88,6); }

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

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

 span { border-color: rgb(135,88,6); }

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