#885706

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

Shades of Golden Brown #885706

Tints of Golden Brown #885706

Color information

#885706 (or 0x885706) is unknown color: approx Golden Brown. HEX triplet: 88, 57 and 06. RGB value is (136,87,6). Sum of RGB (Red+Green+Blue) = 136+87+6=229 (30% of max value = 765). Red value is 136 (53.52% from 255 or 59.39% from 229); Green value is 87 (34.38% from 255 or 37.99% from 229); Blue value is 6 (2.73% from 255 or 2.62% from 229); Max value from RGB is 136 - color contains mainly: red. Hex color #885706 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #885706 is #77A8F9. Grayscale: #5C5C5C. Windows color (decimal): -7842042 or 415624. OLE color: 415624.

HSL color Cylindrical-coordinate representation of color #885706: hue angle of 37.38º degrees, saturation: 0.92, 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 #885706 is Cyan = 0, Magento = 0.36, Yellow = 0.96 and Black (K on CMYK) = 0.47.

Color convert

RGB136876-
CMYK00.360.960.47
HSL37.38º91.55%27.84%-
HSV(B)37.38º95.59%53.33%-
XYZ13.5912.061.78-
YUV92.4279.23159.09-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 59.39%
GREEN value IS 87 (34.38% from 255) = 37.99%
BLUE value IS 6 (2.73% from 255) = 2.62%
R=59.39%
G=37.99%
B=2.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.96
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13687600.360.960.4737.3891.5527.84
Hex88576024602F255c1c
Octal2101276044140574513434
Binary10001000101011111001001001100000101111100101101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885706; }

 p { color: rgb(136,87,6); }

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

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

 a { background-color: rgb(136,87,6); }

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

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

 span { border-color: rgb(136,87,6); }

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