Shades of Golden Brown #886700
Tints of Golden Brown #886700
RGB
CMYK
RGB Variations
Color information
#886700 (or 0x886700) is known color: Golden Brown. HEX triplet: 88, 67 and 00. RGB value is (136,103,0). Sum of RGB (Red+Green+Blue) = 136+103+0=239 (31% of max value = 765). Red value is 136 (53.52% from 255 or 56.90% from 239); Green value is 103 (40.62% from 255 or 43.10% from 239); Blue value is 0 (0.39% from 255 or 0% from 239); Max value from RGB is 136 - color contains mainly: red. Hex color #886700 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #886700 is #7798FF. Grayscale: #656565. Windows color (decimal): -7837952 or 26504. OLE color: 26504.
HSL color Cylindrical-coordinate representation of color #886700: hue angle of 45.44º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #886700 is Cyan = 0, Magento = 0.24, Yellow = 1 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 103 | 0 | - |
| CMYK | 0 | 0.24 | 1 | 0.47 |
| HSL | 45.44º | 1% | 0.27% | - |
| HSV(B) | 45.44º | 1% | 0.53% | - |
| XYZ | 15 | 14.93 | 2.09 | - |
| YUV | 101.13 | 70.93 | 152.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 103 | 0 | 0 | 0.24 | 1 | 0.47 | 45.44 | 1 | 0.27 |
| Hex | 88 | 67 | 0 | 0 | 18 | 64 | 2F | 2D | 64 | 1B |
| Octal | 210 | 147 | 0 | 0 | 30 | 144 | 57 | 55 | 144 | 33 |
| Binary | 10001000 | 1100111 | 0 | 0 | 11000 | 1100100 | 101111 | 101101 | 1100100 | 11011 |
Color Harmonies of #886700
Complementary color
Monochromatic Colors of #886700
Black with #886700
Text Example
Text Example
White with #886700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886700; }
p { color: rgb(136,103,0); }
H1.HeaderClassName
{
color: #886700;
}
.AnyTagClassName
{
color: #886700;
}
</style>
background-color css
<style>
a { background-color: #886700; }
a { background-color: rgb(136,103,0); }
div.DivClassName
{
background-color: #886700;
}
.BgClassName
{
background-color: #886700;
}
</style>
border-color css
<style>
span { border-color: #886700; }
span { border-color: rgb(136,103,0); }
td.TdClassName
{
border-color: #886700;
}
.TagClassName
{
border-color: #886700;
}
</style>