Shades of Dark Wood #88664A
Tints of Dark Wood #88664A
RGB
CMYK
RGB Variations
Color information
#88664A (or 0x88664A) is known color: Dark Wood. HEX triplet: 88, 66 and 4A. RGB value is (136,102,74). Sum of RGB (Red+Green+Blue) = 136+102+74=312 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.59% from 312); Green value is 102 (40.23% from 255 or 32.69% from 312); Blue value is 74 (29.30% from 255 or 23.72% from 312); Max value from RGB is 136 - color contains mainly: red. Hex color #88664A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #88664A is #7799B5. Grayscale: #6D6D6D. Windows color (decimal): -7838134 or 4875912. OLE color: 4875912.
HSL color Cylindrical-coordinate representation of color #88664A: hue angle of 27.1º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #88664A is Cyan = 0, Magento = 0.25, Yellow = 0.46 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 102 | 74 | - |
| CMYK | 0 | 0.25 | 0.46 | 0.47 |
| HSL | 27.1º | 0.3% | 0.41% | - |
| HSV(B) | 27.1º | 0.46% | 0.53% | - |
| XYZ | 16.14 | 15.23 | 8.57 | - |
| YUV | 108.97 | 108.26 | 147.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 102 | 74 | 0 | 0.25 | 0.46 | 0.47 | 27.1 | 0.3 | 0.41 |
| Hex | 88 | 66 | 4A | 0 | 19 | 2E | 2F | 1B | 1E | 29 |
| Octal | 210 | 146 | 112 | 0 | 31 | 56 | 57 | 33 | 36 | 51 |
| Binary | 10001000 | 1100110 | 1001010 | 0 | 11001 | 101110 | 101111 | 11011 | 11110 | 101001 |
Color Harmonies of #88664A
Complementary color
Monochromatic Colors of #88664A
Black with #88664A
Text Example
Text Example
White with #88664A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88664A; }
p { color: rgb(136,102,74); }
H1.HeaderClassName
{
color: #88664A;
}
.AnyTagClassName
{
color: #88664A;
}
</style>
background-color css
<style>
a { background-color: #88664A; }
a { background-color: rgb(136,102,74); }
div.DivClassName
{
background-color: #88664A;
}
.BgClassName
{
background-color: #88664A;
}
</style>
border-color css
<style>
span { border-color: #88664A; }
span { border-color: rgb(136,102,74); }
td.TdClassName
{
border-color: #88664A;
}
.TagClassName
{
border-color: #88664A;
}
</style>