Shades of McKenzie #8D6237
Tints of McKenzie #8D6237
RGB
CMYK
RGB Variations
Color information
#8D6237 (or 0x8D6237) is known color: McKenzie. HEX triplet: 8D, 62 and 37. RGB value is (141,98,55). Sum of RGB (Red+Green+Blue) = 141+98+55=294 (38% of max value = 765). Red value is 141 (55.47% from 255 or 47.96% from 294); Green value is 98 (38.67% from 255 or 33.33% from 294); Blue value is 55 (21.88% from 255 or 18.71% from 294); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6237 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D6237 is #729DC8. Grayscale: #6A6A6A. Windows color (decimal): -7511497 or 3629709. OLE color: 3629709.
HSL color Cylindrical-coordinate representation of color #8D6237: hue angle of 30º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8D6237 is Cyan = 0, Magento = 0.30, Yellow = 0.61 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 98 | 55 | - |
| CMYK | 0 | 0.30 | 0.61 | 0.45 |
| HSL | 30º | 0.44% | 0.38% | - |
| HSV(B) | 30º | 0.61% | 0.55% | - |
| XYZ | 16.04 | 14.67 | 5.6 | - |
| YUV | 105.96 | 99.25 | 153 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 98 | 55 | 0 | 0.30 | 0.61 | 0.45 | 30 | 0.44 | 0.38 |
| Hex | 8D | 62 | 37 | 0 | 1E | 3D | 2D | 1E | 2C | 26 |
| Octal | 215 | 142 | 67 | 0 | 36 | 75 | 55 | 36 | 54 | 46 |
| Binary | 10001101 | 1100010 | 110111 | 0 | 11110 | 111101 | 101101 | 11110 | 101100 | 100110 |
Color Harmonies of #8D6237
Complementary color
Monochromatic Colors of #8D6237
Black with #8D6237
Text Example
Text Example
White with #8D6237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D6237; }
p { color: rgb(141,98,55); }
H1.HeaderClassName
{
color: #8D6237;
}
.AnyTagClassName
{
color: #8D6237;
}
</style>
background-color css
<style>
a { background-color: #8D6237; }
a { background-color: rgb(141,98,55); }
div.DivClassName
{
background-color: #8D6237;
}
.BgClassName
{
background-color: #8D6237;
}
</style>
border-color css
<style>
span { border-color: #8D6237; }
span { border-color: rgb(141,98,55); }
td.TdClassName
{
border-color: #8D6237;
}
.TagClassName
{
border-color: #8D6237;
}
</style>