Shades of Golden Brown #88640F
Tints of Golden Brown #88640F
RGB
CMYK
RGB Variations
Color information
#88640F (or 0x88640F) is known color: Golden Brown. HEX triplet: 88, 64 and 0F. RGB value is (136,100,15). Sum of RGB (Red+Green+Blue) = 136+100+15=251 (33% of max value = 765). Red value is 136 (53.52% from 255 or 54.18% from 251); Green value is 100 (39.45% from 255 or 39.84% from 251); Blue value is 15 (6.25% from 255 or 5.98% from 251); Max value from RGB is 136 - color contains mainly: red. Hex color #88640F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #88640F is #779BF0. Grayscale: #656565. Windows color (decimal): -7838705 or 1008776. OLE color: 1008776.
HSL color Cylindrical-coordinate representation of color #88640F: hue angle of 42.15º 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 #88640F is Cyan = 0, Magento = 0.26, Yellow = 0.89 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 100 | 15 | - |
| CMYK | 0 | 0.26 | 0.89 | 0.47 |
| HSL | 42.15º | 0.8% | 0.3% | - |
| HSV(B) | 42.15º | 0.89% | 0.53% | - |
| XYZ | 14.8 | 14.38 | 2.45 | - |
| YUV | 101.07 | 79.43 | 152.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 100 | 15 | 0 | 0.26 | 0.89 | 0.47 | 42.15 | 0.8 | 0.3 |
| Hex | 88 | 64 | F | 0 | 1A | 59 | 2F | 2A | 50 | 1E |
| Octal | 210 | 144 | 17 | 0 | 32 | 131 | 57 | 52 | 120 | 36 |
| Binary | 10001000 | 1100100 | 1111 | 0 | 11010 | 1011001 | 101111 | 101010 | 1010000 | 11110 |
Color Harmonies of #88640F
Complementary color
Monochromatic Colors of #88640F
Black with #88640F
Text Example
Text Example
White with #88640F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88640F; }
p { color: rgb(136,100,15); }
H1.HeaderClassName
{
color: #88640F;
}
.AnyTagClassName
{
color: #88640F;
}
</style>
background-color css
<style>
a { background-color: #88640F; }
a { background-color: rgb(136,100,15); }
div.DivClassName
{
background-color: #88640F;
}
.BgClassName
{
background-color: #88640F;
}
</style>
border-color css
<style>
span { border-color: #88640F; }
span { border-color: rgb(136,100,15); }
td.TdClassName
{
border-color: #88640F;
}
.TagClassName
{
border-color: #88640F;
}
</style>