Shades of Golden Brown #88610F
Tints of Golden Brown #88610F
RGB
CMYK
RGB Variations
Color information
#88610F (or 0x88610F) is known color: Golden Brown. HEX triplet: 88, 61 and 0F. RGB value is (136,97,15). Sum of RGB (Red+Green+Blue) = 136+97+15=248 (32% of max value = 765). Red value is 136 (53.52% from 255 or 54.84% from 248); Green value is 97 (38.28% from 255 or 39.11% from 248); Blue value is 15 (6.25% from 255 or 6.05% from 248); Max value from RGB is 136 - color contains mainly: red. Hex color #88610F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #88610F is #779EF0. Grayscale: #636363. Windows color (decimal): -7839473 or 1008008. OLE color: 1008008.
HSL color Cylindrical-coordinate representation of color #88610F: hue angle of 40.66º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #88610F is Cyan = 0, Magento = 0.29, Yellow = 0.89 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 97 | 15 | - |
| CMYK | 0 | 0.29 | 0.89 | 0.47 |
| HSL | 40.66º | 0.8% | 0.3% | - |
| HSV(B) | 40.66º | 0.89% | 0.53% | - |
| XYZ | 14.51 | 13.82 | 2.35 | - |
| YUV | 99.31 | 80.42 | 154.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 97 | 15 | 0 | 0.29 | 0.89 | 0.47 | 40.66 | 0.8 | 0.3 |
| Hex | 88 | 61 | F | 0 | 1D | 59 | 2F | 29 | 50 | 1E |
| Octal | 210 | 141 | 17 | 0 | 35 | 131 | 57 | 51 | 120 | 36 |
| Binary | 10001000 | 1100001 | 1111 | 0 | 11101 | 1011001 | 101111 | 101001 | 1010000 | 11110 |
Color Harmonies of #88610F
Complementary color
Monochromatic Colors of #88610F
Black with #88610F
Text Example
Text Example
White with #88610F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88610F; }
p { color: rgb(136,97,15); }
H1.HeaderClassName
{
color: #88610F;
}
.AnyTagClassName
{
color: #88610F;
}
</style>
background-color css
<style>
a { background-color: #88610F; }
a { background-color: rgb(136,97,15); }
div.DivClassName
{
background-color: #88610F;
}
.BgClassName
{
background-color: #88610F;
}
</style>
border-color css
<style>
span { border-color: #88610F; }
span { border-color: rgb(136,97,15); }
td.TdClassName
{
border-color: #88610F;
}
.TagClassName
{
border-color: #88610F;
}
</style>