Shades of Golden Brown #885D06
Tints of Golden Brown #885D06
RGB
CMYK
RGB Variations
Color information
#885D06 (or 0x885D06) is known color: Golden Brown. HEX triplet: 88, 5D and 06. RGB value is (136,93,6). Sum of RGB (Red+Green+Blue) = 136+93+6=235 (31% of max value = 765). Red value is 136 (53.52% from 255 or 57.87% from 235); Green value is 93 (36.72% from 255 or 39.57% from 235); Blue value is 6 (2.73% from 255 or 2.55% from 235); Max value from RGB is 136 - color contains mainly: red. Hex color #885D06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #885D06 is #77A2F9. Grayscale: #606060. Windows color (decimal): -7840506 or 417160. OLE color: 417160.
HSL color Cylindrical-coordinate representation of color #885D06: hue angle of 40.15º 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 #885D06 is Cyan = 0, Magento = 0.32, Yellow = 0.96 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 93 | 6 | - |
| CMYK | 0 | 0.32 | 0.96 | 0.47 |
| HSL | 40.15º | 0.92% | 0.28% | - |
| HSV(B) | 40.15º | 0.96% | 0.53% | - |
| XYZ | 14.1 | 13.08 | 1.95 | - |
| YUV | 95.94 | 77.25 | 156.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 93 | 6 | 0 | 0.32 | 0.96 | 0.47 | 40.15 | 0.92 | 0.28 |
| Hex | 88 | 5D | 6 | 0 | 20 | 60 | 2F | 28 | 5C | 1C |
| Octal | 210 | 135 | 6 | 0 | 40 | 140 | 57 | 50 | 134 | 34 |
| Binary | 10001000 | 1011101 | 110 | 0 | 100000 | 1100000 | 101111 | 101000 | 1011100 | 11100 |
Color Harmonies of #885D06
Complementary color
Monochromatic Colors of #885D06
Black with #885D06
Text Example
Text Example
White with #885D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885D06; }
p { color: rgb(136,93,6); }
H1.HeaderClassName
{
color: #885D06;
}
.AnyTagClassName
{
color: #885D06;
}
</style>
background-color css
<style>
a { background-color: #885D06; }
a { background-color: rgb(136,93,6); }
div.DivClassName
{
background-color: #885D06;
}
.BgClassName
{
background-color: #885D06;
}
</style>
border-color css
<style>
span { border-color: #885D06; }
span { border-color: rgb(136,93,6); }
td.TdClassName
{
border-color: #885D06;
}
.TagClassName
{
border-color: #885D06;
}
</style>