Shades of McKenzie #886D3A
Tints of McKenzie #886D3A
RGB
CMYK
RGB Variations
Color information
#886D3A (or 0x886D3A) is known color: McKenzie. HEX triplet: 88, 6D and 3A. RGB value is (136,109,58). Sum of RGB (Red+Green+Blue) = 136+109+58=303 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.88% from 303); Green value is 109 (42.97% from 255 or 35.97% from 303); Blue value is 58 (23.05% from 255 or 19.14% from 303); Max value from RGB is 136 - color contains mainly: red. Hex color #886D3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #886D3A is #7792C5. Grayscale: #6F6F6F. Windows color (decimal): -7836358 or 3829128. OLE color: 3829128.
HSL color Cylindrical-coordinate representation of color #886D3A: hue angle of 39.23º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #886D3A is Cyan = 0, Magento = 0.20, Yellow = 0.57 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 109 | 58 | - |
| CMYK | 0 | 0.20 | 0.57 | 0.47 |
| HSL | 39.23º | 0.4% | 0.38% | - |
| HSV(B) | 39.23º | 0.57% | 0.53% | - |
| XYZ | 16.39 | 16.48 | 6.32 | - |
| YUV | 111.26 | 97.95 | 145.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 109 | 58 | 0 | 0.20 | 0.57 | 0.47 | 39.23 | 0.4 | 0.38 |
| Hex | 88 | 6D | 3A | 0 | 14 | 39 | 2F | 27 | 28 | 26 |
| Octal | 210 | 155 | 72 | 0 | 24 | 71 | 57 | 47 | 50 | 46 |
| Binary | 10001000 | 1101101 | 111010 | 0 | 10100 | 111001 | 101111 | 100111 | 101000 | 100110 |
Color Harmonies of #886D3A
Complementary color
Monochromatic Colors of #886D3A
Black with #886D3A
Text Example
Text Example
White with #886D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886D3A; }
p { color: rgb(136,109,58); }
H1.HeaderClassName
{
color: #886D3A;
}
.AnyTagClassName
{
color: #886D3A;
}
</style>
background-color css
<style>
a { background-color: #886D3A; }
a { background-color: rgb(136,109,58); }
div.DivClassName
{
background-color: #886D3A;
}
.BgClassName
{
background-color: #886D3A;
}
</style>
border-color css
<style>
span { border-color: #886D3A; }
span { border-color: rgb(136,109,58); }
td.TdClassName
{
border-color: #886D3A;
}
.TagClassName
{
border-color: #886D3A;
}
</style>