Shades of Golden Brown #886606
Tints of Golden Brown #886606
RGB
CMYK
RGB Variations
Color information
#886606 (or 0x886606) is known color: Golden Brown. HEX triplet: 88, 66 and 06. RGB value is (136,102,6). Sum of RGB (Red+Green+Blue) = 136+102+6=244 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.74% from 244); Green value is 102 (40.23% from 255 or 41.80% from 244); Blue value is 6 (2.73% from 255 or 2.46% from 244); Max value from RGB is 136 - color contains mainly: red. Hex color #886606 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #886606 is #7799F9. Grayscale: #656565. Windows color (decimal): -7838202 or 419464. OLE color: 419464.
HSL color Cylindrical-coordinate representation of color #886606: hue angle of 44.31º 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 #886606 is Cyan = 0, Magento = 0.25, Yellow = 0.96 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 102 | 6 | - |
| CMYK | 0 | 0.25 | 0.96 | 0.47 |
| HSL | 44.31º | 0.92% | 0.28% | - |
| HSV(B) | 44.31º | 0.96% | 0.53% | - |
| XYZ | 14.94 | 14.75 | 2.23 | - |
| YUV | 101.22 | 74.26 | 152.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 102 | 6 | 0 | 0.25 | 0.96 | 0.47 | 44.31 | 0.92 | 0.28 |
| Hex | 88 | 66 | 6 | 0 | 19 | 60 | 2F | 2C | 5C | 1C |
| Octal | 210 | 146 | 6 | 0 | 31 | 140 | 57 | 54 | 134 | 34 |
| Binary | 10001000 | 1100110 | 110 | 0 | 11001 | 1100000 | 101111 | 101100 | 1011100 | 11100 |
Color Harmonies of #886606
Complementary color
Monochromatic Colors of #886606
Black with #886606
Text Example
Text Example
White with #886606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886606; }
p { color: rgb(136,102,6); }
H1.HeaderClassName
{
color: #886606;
}
.AnyTagClassName
{
color: #886606;
}
</style>
background-color css
<style>
a { background-color: #886606; }
a { background-color: rgb(136,102,6); }
div.DivClassName
{
background-color: #886606;
}
.BgClassName
{
background-color: #886606;
}
</style>
border-color css
<style>
span { border-color: #886606; }
span { border-color: rgb(136,102,6); }
td.TdClassName
{
border-color: #886606;
}
.TagClassName
{
border-color: #886606;
}
</style>