#875E06

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

Shades of Golden Brown #875E06

Tints of Golden Brown #875E06

Color information

#875E06 (or 0x875E06) is unknown color: approx Golden Brown. HEX triplet: 87, 5E and 06. RGB value is (135,94,6). Sum of RGB (Red+Green+Blue) = 135+94+6=235 (31% of max value = 765). Red value is 135 (53.12% from 255 or 57.45% from 235); Green value is 94 (37.11% from 255 or 40% from 235); Blue value is 6 (2.73% from 255 or 2.55% from 235); Max value from RGB is 135 - color contains mainly: red. Hex color #875E06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #875E06 is #78A1F9. Grayscale: #606060. Windows color (decimal): -7905786 or 417415. OLE color: 417415.

HSL color Cylindrical-coordinate representation of color #875E06: hue angle of 40.93º 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 #875E06 is Cyan = 0, Magento = 0.30, Yellow = 0.96 and Black (K on CMYK) = 0.47.

Color convert

RGB135946-
CMYK00.300.960.47
HSL40.93º91.49%27.65%-
HSV(B)40.93º95.56%52.94%-
XYZ14.0313.171.97-
YUV96.2377.08155.66-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 57.45%
GREEN value IS 94 (37.11% from 255) = 40%
BLUE value IS 6 (2.73% from 255) = 2.55%
R=57.45%
G=40%
B=2.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.96
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13594600.300.960.4740.9391.4927.65
Hex875E601E602F295b1c
Octal2071366036140575113334
Binary1000011110111101100111101100000101111101001101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875E06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875E06; }

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

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

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

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

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

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

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

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