Shades of Golden Brown #886205
Tints of Golden Brown #886205
RGB
CMYK
RGB Variations
Color information
#886205 (or 0x886205) is known color: Golden Brown. HEX triplet: 88, 62 and 05. RGB value is (136,98,5). Sum of RGB (Red+Green+Blue) = 136+98+5=239 (31% of max value = 765). Red value is 136 (53.52% from 255 or 56.90% from 239); Green value is 98 (38.67% from 255 or 41.00% from 239); Blue value is 5 (2.34% from 255 or 2.09% from 239); Max value from RGB is 136 - color contains mainly: red. Hex color #886205 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #886205 is #779DFA. Grayscale: #636363. Windows color (decimal): -7839227 or 352904. OLE color: 352904.
HSL color Cylindrical-coordinate representation of color #886205: hue angle of 42.6º degrees, saturation: 0.93, 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 #886205 is Cyan = 0, Magento = 0.28, Yellow = 0.96 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 98 | 5 | - |
| CMYK | 0 | 0.28 | 0.96 | 0.47 |
| HSL | 42.6º | 0.93% | 0.28% | - |
| HSV(B) | 42.6º | 0.96% | 0.53% | - |
| XYZ | 14.55 | 13.98 | 2.08 | - |
| YUV | 98.76 | 75.09 | 154.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 98 | 5 | 0 | 0.28 | 0.96 | 0.47 | 42.6 | 0.93 | 0.28 |
| Hex | 88 | 62 | 5 | 0 | 1C | 60 | 2F | 2B | 5D | 1C |
| Octal | 210 | 142 | 5 | 0 | 34 | 140 | 57 | 53 | 135 | 34 |
| Binary | 10001000 | 1100010 | 101 | 0 | 11100 | 1100000 | 101111 | 101011 | 1011101 | 11100 |
Color Harmonies of #886205
Complementary color
Monochromatic Colors of #886205
Black with #886205
Text Example
Text Example
White with #886205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886205; }
p { color: rgb(136,98,5); }
H1.HeaderClassName
{
color: #886205;
}
.AnyTagClassName
{
color: #886205;
}
</style>
background-color css
<style>
a { background-color: #886205; }
a { background-color: rgb(136,98,5); }
div.DivClassName
{
background-color: #886205;
}
.BgClassName
{
background-color: #886205;
}
</style>
border-color css
<style>
span { border-color: #886205; }
span { border-color: rgb(136,98,5); }
td.TdClassName
{
border-color: #886205;
}
.TagClassName
{
border-color: #886205;
}
</style>