Shades of Dark Wood #88603F
Tints of Dark Wood #88603F
RGB
CMYK
RGB Variations
Color information
#88603F (or 0x88603F) is known color: Dark Wood. HEX triplet: 88, 60 and 3F. RGB value is (136,96,63). Sum of RGB (Red+Green+Blue) = 136+96+63=295 (39% of max value = 765). Red value is 136 (53.52% from 255 or 46.10% from 295); Green value is 96 (37.89% from 255 or 32.54% from 295); Blue value is 63 (25% from 255 or 21.36% from 295); Max value from RGB is 136 - color contains mainly: red. Hex color #88603F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #88603F is #779FC0. Grayscale: #686868. Windows color (decimal): -7839681 or 4153480. OLE color: 4153480.
HSL color Cylindrical-coordinate representation of color #88603F: hue angle of 27.12º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #88603F is Cyan = 0, Magento = 0.29, Yellow = 0.54 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 96 | 63 | - |
| CMYK | 0 | 0.29 | 0.54 | 0.47 |
| HSL | 27.12º | 0.37% | 0.39% | - |
| HSV(B) | 27.12º | 0.54% | 0.53% | - |
| XYZ | 15.23 | 13.96 | 6.59 | - |
| YUV | 104.2 | 104.75 | 150.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 96 | 63 | 0 | 0.29 | 0.54 | 0.47 | 27.12 | 0.37 | 0.39 |
| Hex | 88 | 60 | 3F | 0 | 1D | 36 | 2F | 1B | 25 | 27 |
| Octal | 210 | 140 | 77 | 0 | 35 | 66 | 57 | 33 | 45 | 47 |
| Binary | 10001000 | 1100000 | 111111 | 0 | 11101 | 110110 | 101111 | 11011 | 100101 | 100111 |
Color Harmonies of #88603F
Complementary color
Monochromatic Colors of #88603F
Black with #88603F
Text Example
Text Example
White with #88603F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88603F; }
p { color: rgb(136,96,63); }
H1.HeaderClassName
{
color: #88603F;
}
.AnyTagClassName
{
color: #88603F;
}
</style>
background-color css
<style>
a { background-color: #88603F; }
a { background-color: rgb(136,96,63); }
div.DivClassName
{
background-color: #88603F;
}
.BgClassName
{
background-color: #88603F;
}
</style>
border-color css
<style>
span { border-color: #88603F; }
span { border-color: rgb(136,96,63); }
td.TdClassName
{
border-color: #88603F;
}
.TagClassName
{
border-color: #88603F;
}
</style>