Shades of Golden Brown #88620F
Tints of Golden Brown #88620F
RGB
CMYK
RGB Variations
Color information
#88620F (or 0x88620F) is known color: Golden Brown. HEX triplet: 88, 62 and 0F. RGB value is (136,98,15). Sum of RGB (Red+Green+Blue) = 136+98+15=249 (32% of max value = 765). Red value is 136 (53.52% from 255 or 54.62% from 249); Green value is 98 (38.67% from 255 or 39.36% from 249); Blue value is 15 (6.25% from 255 or 6.02% from 249); Max value from RGB is 136 - color contains mainly: red. Hex color #88620F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #88620F is #779DF0. Grayscale: #646464. Windows color (decimal): -7839217 or 1008264. OLE color: 1008264.
HSL color Cylindrical-coordinate representation of color #88620F: hue angle of 41.16º 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 #88620F is Cyan = 0, Magento = 0.28, Yellow = 0.89 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 98 | 15 | - |
| CMYK | 0 | 0.28 | 0.89 | 0.47 |
| HSL | 41.16º | 0.8% | 0.3% | - |
| HSV(B) | 41.16º | 0.89% | 0.53% | - |
| XYZ | 14.61 | 14 | 2.39 | - |
| YUV | 99.9 | 80.09 | 153.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 98 | 15 | 0 | 0.28 | 0.89 | 0.47 | 41.16 | 0.8 | 0.3 |
| Hex | 88 | 62 | F | 0 | 1C | 59 | 2F | 29 | 50 | 1E |
| Octal | 210 | 142 | 17 | 0 | 34 | 131 | 57 | 51 | 120 | 36 |
| Binary | 10001000 | 1100010 | 1111 | 0 | 11100 | 1011001 | 101111 | 101001 | 1010000 | 11110 |
Color Harmonies of #88620F
Complementary color
Monochromatic Colors of #88620F
Black with #88620F
Text Example
Text Example
White with #88620F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88620F; }
p { color: rgb(136,98,15); }
H1.HeaderClassName
{
color: #88620F;
}
.AnyTagClassName
{
color: #88620F;
}
</style>
background-color css
<style>
a { background-color: #88620F; }
a { background-color: rgb(136,98,15); }
div.DivClassName
{
background-color: #88620F;
}
.BgClassName
{
background-color: #88620F;
}
</style>
border-color css
<style>
span { border-color: #88620F; }
span { border-color: rgb(136,98,15); }
td.TdClassName
{
border-color: #88620F;
}
.TagClassName
{
border-color: #88620F;
}
</style>