#885B06

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

Shades of Golden Brown #885B06

Tints of Golden Brown #885B06

Color information

#885B06 (or 0x885B06) is unknown color: approx Golden Brown. HEX triplet: 88, 5B and 06. RGB value is (136,91,6). Sum of RGB (Red+Green+Blue) = 136+91+6=233 (30% of max value = 765). Red value is 136 (53.52% from 255 or 58.37% from 233); Green value is 91 (35.94% from 255 or 39.06% from 233); Blue value is 6 (2.73% from 255 or 2.58% from 233); Max value from RGB is 136 - color contains mainly: red. Hex color #885B06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #885B06 is #77A4F9. Grayscale: #5F5F5F. Windows color (decimal): -7841018 or 416648. OLE color: 416648.

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

Color convert

RGB136916-
CMYK00.330.960.47
HSL39.23º91.55%27.84%-
HSV(B)39.23º95.59%53.33%-
XYZ13.9312.731.9-
YUV94.7677.91157.41-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 58.37%
GREEN value IS 91 (35.94% from 255) = 39.06%
BLUE value IS 6 (2.73% from 255) = 2.58%
R=58.37%
G=39.06%
B=2.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.96
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13691600.330.960.4739.2391.5527.84
Hex885B6021602F275c1c
Octal2101336041140574713434
Binary10001000101101111001000011100000101111100111101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885B06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885B06; }

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

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

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

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

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

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

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

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