Shades of Golden Brown #88620A
Tints of Golden Brown #88620A
RGB
CMYK
RGB Variations
Color information
#88620A (or 0x88620A) is known color: Golden Brown. HEX triplet: 88, 62 and 0A. RGB value is (136,98,10). Sum of RGB (Red+Green+Blue) = 136+98+10=244 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.74% from 244); Green value is 98 (38.67% from 255 or 40.16% from 244); Blue value is 10 (4.30% from 255 or 4.10% from 244); Max value from RGB is 136 - color contains mainly: red. Hex color #88620A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #88620A is #779DF5. Grayscale: #636363. Windows color (decimal): -7839222 or 680584. OLE color: 680584.
HSL color Cylindrical-coordinate representation of color #88620A: hue angle of 41.9º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #88620A is Cyan = 0, Magento = 0.28, Yellow = 0.93 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 98 | 10 | - |
| CMYK | 0 | 0.28 | 0.93 | 0.47 |
| HSL | 41.9º | 0.86% | 0.29% | - |
| HSV(B) | 41.9º | 0.93% | 0.53% | - |
| XYZ | 14.58 | 13.99 | 2.22 | - |
| YUV | 99.33 | 77.59 | 154.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 98 | 10 | 0 | 0.28 | 0.93 | 0.47 | 41.9 | 0.86 | 0.29 |
| Hex | 88 | 62 | A | 0 | 1C | 5D | 2F | 2A | 56 | 1D |
| Octal | 210 | 142 | 12 | 0 | 34 | 135 | 57 | 52 | 126 | 35 |
| Binary | 10001000 | 1100010 | 1010 | 0 | 11100 | 1011101 | 101111 | 101010 | 1010110 | 11101 |
Color Harmonies of #88620A
Complementary color
Monochromatic Colors of #88620A
Black with #88620A
Text Example
Text Example
White with #88620A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88620A; }
p { color: rgb(136,98,10); }
H1.HeaderClassName
{
color: #88620A;
}
.AnyTagClassName
{
color: #88620A;
}
</style>
background-color css
<style>
a { background-color: #88620A; }
a { background-color: rgb(136,98,10); }
div.DivClassName
{
background-color: #88620A;
}
.BgClassName
{
background-color: #88620A;
}
</style>
border-color css
<style>
span { border-color: #88620A; }
span { border-color: rgb(136,98,10); }
td.TdClassName
{
border-color: #88620A;
}
.TagClassName
{
border-color: #88620A;
}
</style>