Shades of Golden Brown #88640E
Tints of Golden Brown #88640E
RGB
CMYK
RGB Variations
Color information
#88640E (or 0x88640E) is known color: Golden Brown. HEX triplet: 88, 64 and 0E. RGB value is (136,100,14). Sum of RGB (Red+Green+Blue) = 136+100+14=250 (33% of max value = 765). Red value is 136 (53.52% from 255 or 54.4% from 250); Green value is 100 (39.45% from 255 or 40% from 250); Blue value is 14 (5.86% from 255 or 5.6% from 250); Max value from RGB is 136 - color contains mainly: red. Hex color #88640E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #88640E is #779BF1. Grayscale: #656565. Windows color (decimal): -7838706 or 943240. OLE color: 943240.
HSL color Cylindrical-coordinate representation of color #88640E: hue angle of 42.3º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #88640E is Cyan = 0, Magento = 0.26, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 100 | 14 | - |
| CMYK | 0 | 0.26 | 0.90 | 0.47 |
| HSL | 42.3º | 0.81% | 0.29% | - |
| HSV(B) | 42.3º | 0.9% | 0.53% | - |
| XYZ | 14.79 | 14.38 | 2.41 | - |
| YUV | 100.96 | 78.93 | 152.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 100 | 14 | 0 | 0.26 | 0.90 | 0.47 | 42.3 | 0.81 | 0.29 |
| Hex | 88 | 64 | E | 0 | 1A | 5A | 2F | 2A | 51 | 1D |
| Octal | 210 | 144 | 16 | 0 | 32 | 132 | 57 | 52 | 121 | 35 |
| Binary | 10001000 | 1100100 | 1110 | 0 | 11010 | 1011010 | 101111 | 101010 | 1010001 | 11101 |
Color Harmonies of #88640E
Complementary color
Monochromatic Colors of #88640E
Black with #88640E
Text Example
Text Example
White with #88640E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88640E; }
p { color: rgb(136,100,14); }
H1.HeaderClassName
{
color: #88640E;
}
.AnyTagClassName
{
color: #88640E;
}
</style>
background-color css
<style>
a { background-color: #88640E; }
a { background-color: rgb(136,100,14); }
div.DivClassName
{
background-color: #88640E;
}
.BgClassName
{
background-color: #88640E;
}
</style>
border-color css
<style>
span { border-color: #88640E; }
span { border-color: rgb(136,100,14); }
td.TdClassName
{
border-color: #88640E;
}
.TagClassName
{
border-color: #88640E;
}
</style>