Shades of Golden Brown #88640B
Tints of Golden Brown #88640B
RGB
CMYK
RGB Variations
Color information
#88640B (or 0x88640B) is known color: Golden Brown. HEX triplet: 88, 64 and 0B. RGB value is (136,100,11). Sum of RGB (Red+Green+Blue) = 136+100+11=247 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.06% from 247); Green value is 100 (39.45% from 255 or 40.49% from 247); Blue value is 11 (4.69% from 255 or 4.45% from 247); Max value from RGB is 136 - color contains mainly: red. Hex color #88640B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #88640B is #779BF4. Grayscale: #656565. Windows color (decimal): -7838709 or 746632. OLE color: 746632.
HSL color Cylindrical-coordinate representation of color #88640B: hue angle of 42.72º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #88640B is Cyan = 0, Magento = 0.26, Yellow = 0.92 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 100 | 11 | - |
| CMYK | 0 | 0.26 | 0.92 | 0.47 |
| HSL | 42.72º | 0.85% | 0.29% | - |
| HSV(B) | 42.72º | 0.92% | 0.53% | - |
| XYZ | 14.77 | 14.37 | 2.31 | - |
| YUV | 100.62 | 77.43 | 153.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 100 | 11 | 0 | 0.26 | 0.92 | 0.47 | 42.72 | 0.85 | 0.29 |
| Hex | 88 | 64 | B | 0 | 1A | 5C | 2F | 2B | 55 | 1D |
| Octal | 210 | 144 | 13 | 0 | 32 | 134 | 57 | 53 | 125 | 35 |
| Binary | 10001000 | 1100100 | 1011 | 0 | 11010 | 1011100 | 101111 | 101011 | 1010101 | 11101 |
Color Harmonies of #88640B
Complementary color
Monochromatic Colors of #88640B
Black with #88640B
Text Example
Text Example
White with #88640B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88640B; }
p { color: rgb(136,100,11); }
H1.HeaderClassName
{
color: #88640B;
}
.AnyTagClassName
{
color: #88640B;
}
</style>
background-color css
<style>
a { background-color: #88640B; }
a { background-color: rgb(136,100,11); }
div.DivClassName
{
background-color: #88640B;
}
.BgClassName
{
background-color: #88640B;
}
</style>
border-color css
<style>
span { border-color: #88640B; }
span { border-color: rgb(136,100,11); }
td.TdClassName
{
border-color: #88640B;
}
.TagClassName
{
border-color: #88640B;
}
</style>