Shades of McKenzie #886B42
Tints of McKenzie #886B42
RGB
CMYK
RGB Variations
Color information
#886B42 (or 0x886B42) is known color: McKenzie. HEX triplet: 88, 6B and 42. RGB value is (136,107,66). Sum of RGB (Red+Green+Blue) = 136+107+66=309 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.01% from 309); Green value is 107 (42.19% from 255 or 34.63% from 309); Blue value is 66 (26.17% from 255 or 21.36% from 309); Max value from RGB is 136 - color contains mainly: red. Hex color #886B42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #886B42 is #7794BD. Grayscale: #6F6F6F. Windows color (decimal): -7836862 or 4352904. OLE color: 4352904.
HSL color Cylindrical-coordinate representation of color #886B42: hue angle of 35.14º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #886B42 is Cyan = 0, Magento = 0.21, Yellow = 0.51 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 107 | 66 | - |
| CMYK | 0 | 0.21 | 0.51 | 0.47 |
| HSL | 35.14º | 0.35% | 0.4% | - |
| HSV(B) | 35.14º | 0.51% | 0.53% | - |
| XYZ | 16.39 | 16.14 | 7.41 | - |
| YUV | 111 | 102.61 | 145.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 107 | 66 | 0 | 0.21 | 0.51 | 0.47 | 35.14 | 0.35 | 0.4 |
| Hex | 88 | 6B | 42 | 0 | 15 | 33 | 2F | 23 | 23 | 28 |
| Octal | 210 | 153 | 102 | 0 | 25 | 63 | 57 | 43 | 43 | 50 |
| Binary | 10001000 | 1101011 | 1000010 | 0 | 10101 | 110011 | 101111 | 100011 | 100011 | 101000 |
Color Harmonies of #886B42
Complementary color
Monochromatic Colors of #886B42
Black with #886B42
Text Example
Text Example
White with #886B42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886B42; }
p { color: rgb(136,107,66); }
H1.HeaderClassName
{
color: #886B42;
}
.AnyTagClassName
{
color: #886B42;
}
</style>
background-color css
<style>
a { background-color: #886B42; }
a { background-color: rgb(136,107,66); }
div.DivClassName
{
background-color: #886B42;
}
.BgClassName
{
background-color: #886B42;
}
</style>
border-color css
<style>
span { border-color: #886B42; }
span { border-color: rgb(136,107,66); }
td.TdClassName
{
border-color: #886B42;
}
.TagClassName
{
border-color: #886B42;
}
</style>