Shades of Dark Wood #88654B
Tints of Dark Wood #88654B
RGB
CMYK
RGB Variations
Color information
#88654B (or 0x88654B) is known color: Dark Wood. HEX triplet: 88, 65 and 4B. RGB value is (136,101,75). Sum of RGB (Red+Green+Blue) = 136+101+75=312 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.59% from 312); Green value is 101 (39.84% from 255 or 32.37% from 312); Blue value is 75 (29.69% from 255 or 24.04% from 312); Max value from RGB is 136 - color contains mainly: red. Hex color #88654B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #88654B is #779AB4. Grayscale: #6C6C6C. Windows color (decimal): -7838389 or 4941192. OLE color: 4941192.
HSL color Cylindrical-coordinate representation of color #88654B: hue angle of 25.57º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #88654B is Cyan = 0, Magento = 0.26, Yellow = 0.45 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 101 | 75 | - |
| CMYK | 0 | 0.26 | 0.45 | 0.47 |
| HSL | 25.57º | 0.29% | 0.41% | - |
| HSV(B) | 25.57º | 0.45% | 0.53% | - |
| XYZ | 16.08 | 15.05 | 8.71 | - |
| YUV | 108.5 | 109.1 | 147.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 101 | 75 | 0 | 0.26 | 0.45 | 0.47 | 25.57 | 0.29 | 0.41 |
| Hex | 88 | 65 | 4B | 0 | 1A | 2D | 2F | 1A | 1D | 29 |
| Octal | 210 | 145 | 113 | 0 | 32 | 55 | 57 | 32 | 35 | 51 |
| Binary | 10001000 | 1100101 | 1001011 | 0 | 11010 | 101101 | 101111 | 11010 | 11101 | 101001 |
Color Harmonies of #88654B
Complementary color
Monochromatic Colors of #88654B
Black with #88654B
Text Example
Text Example
White with #88654B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88654B; }
p { color: rgb(136,101,75); }
H1.HeaderClassName
{
color: #88654B;
}
.AnyTagClassName
{
color: #88654B;
}
</style>
background-color css
<style>
a { background-color: #88654B; }
a { background-color: rgb(136,101,75); }
div.DivClassName
{
background-color: #88654B;
}
.BgClassName
{
background-color: #88654B;
}
</style>
border-color css
<style>
span { border-color: #88654B; }
span { border-color: rgb(136,101,75); }
td.TdClassName
{
border-color: #88654B;
}
.TagClassName
{
border-color: #88654B;
}
</style>