Shades of McKenzie #886B40
Tints of McKenzie #886B40
RGB
CMYK
RGB Variations
Color information
#886B40 (or 0x886B40) is known color: McKenzie. HEX triplet: 88, 6B and 40. RGB value is (136,107,64). Sum of RGB (Red+Green+Blue) = 136+107+64=307 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.30% from 307); Green value is 107 (42.19% from 255 or 34.85% from 307); Blue value is 64 (25.39% from 255 or 20.85% from 307); Max value from RGB is 136 - color contains mainly: red. Hex color #886B40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #886B40 is #7794BF. Grayscale: #6E6E6E. Windows color (decimal): -7836864 or 4221832. OLE color: 4221832.
HSL color Cylindrical-coordinate representation of color #886B40: hue angle of 35.83º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #886B40 is Cyan = 0, Magento = 0.21, Yellow = 0.53 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 107 | 64 | - |
| CMYK | 0 | 0.21 | 0.53 | 0.47 |
| HSL | 35.83º | 0.36% | 0.39% | - |
| HSV(B) | 35.83º | 0.53% | 0.53% | - |
| XYZ | 16.34 | 16.12 | 7.1 | - |
| YUV | 110.77 | 101.61 | 146 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 107 | 64 | 0 | 0.21 | 0.53 | 0.47 | 35.83 | 0.36 | 0.39 |
| Hex | 88 | 6B | 40 | 0 | 15 | 35 | 2F | 24 | 24 | 27 |
| Octal | 210 | 153 | 100 | 0 | 25 | 65 | 57 | 44 | 44 | 47 |
| Binary | 10001000 | 1101011 | 1000000 | 0 | 10101 | 110101 | 101111 | 100100 | 100100 | 100111 |
Color Harmonies of #886B40
Complementary color
Monochromatic Colors of #886B40
Black with #886B40
Text Example
Text Example
White with #886B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886B40; }
p { color: rgb(136,107,64); }
H1.HeaderClassName
{
color: #886B40;
}
.AnyTagClassName
{
color: #886B40;
}
</style>
background-color css
<style>
a { background-color: #886B40; }
a { background-color: rgb(136,107,64); }
div.DivClassName
{
background-color: #886B40;
}
.BgClassName
{
background-color: #886B40;
}
</style>
border-color css
<style>
span { border-color: #886B40; }
span { border-color: rgb(136,107,64); }
td.TdClassName
{
border-color: #886B40;
}
.TagClassName
{
border-color: #886B40;
}
</style>