Shades of Golden Brown #885608
Tints of Golden Brown #885608
RGB
CMYK
RGB Variations
Color information
#885608 (or 0x885608) is known color: Golden Brown. HEX triplet: 88, 56 and 08. RGB value is (136,86,8). Sum of RGB (Red+Green+Blue) = 136+86+8=230 (30% of max value = 765). Red value is 136 (53.52% from 255 or 59.13% from 230); Green value is 86 (33.98% from 255 or 37.39% from 230); Blue value is 8 (3.52% from 255 or 3.48% from 230); Max value from RGB is 136 - color contains mainly: red. Hex color #885608 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #885608 is #77A9F7. Grayscale: #5C5C5C. Windows color (decimal): -7842296 or 546440. OLE color: 546440.
HSL color Cylindrical-coordinate representation of color #885608: hue angle of 36.56º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #885608 is Cyan = 0, Magento = 0.37, Yellow = 0.94 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 86 | 8 | - |
| CMYK | 0 | 0.37 | 0.94 | 0.47 |
| HSL | 36.56º | 0.89% | 0.28% | - |
| HSV(B) | 36.56º | 0.94% | 0.53% | - |
| XYZ | 13.52 | 11.91 | 1.82 | - |
| YUV | 92.06 | 80.57 | 159.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 86 | 8 | 0 | 0.37 | 0.94 | 0.47 | 36.56 | 0.89 | 0.28 |
| Hex | 88 | 56 | 8 | 0 | 25 | 5E | 2F | 25 | 59 | 1C |
| Octal | 210 | 126 | 10 | 0 | 45 | 136 | 57 | 45 | 131 | 34 |
| Binary | 10001000 | 1010110 | 1000 | 0 | 100101 | 1011110 | 101111 | 100101 | 1011001 | 11100 |
Color Harmonies of #885608
Complementary color
Monochromatic Colors of #885608
Black with #885608
Text Example
Text Example
White with #885608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885608; }
p { color: rgb(136,86,8); }
H1.HeaderClassName
{
color: #885608;
}
.AnyTagClassName
{
color: #885608;
}
</style>
background-color css
<style>
a { background-color: #885608; }
a { background-color: rgb(136,86,8); }
div.DivClassName
{
background-color: #885608;
}
.BgClassName
{
background-color: #885608;
}
</style>
border-color css
<style>
span { border-color: #885608; }
span { border-color: rgb(136,86,8); }
td.TdClassName
{
border-color: #885608;
}
.TagClassName
{
border-color: #885608;
}
</style>