Shades of McKenzie #8D6540
Tints of McKenzie #8D6540
RGB
CMYK
RGB Variations
Color information
#8D6540 (or 0x8D6540) is known color: McKenzie. HEX triplet: 8D, 65 and 40. RGB value is (141,101,64). Sum of RGB (Red+Green+Blue) = 141+101+64=306 (40% of max value = 765). Red value is 141 (55.47% from 255 or 46.08% from 306); Green value is 101 (39.84% from 255 or 33.01% from 306); Blue value is 64 (25.39% from 255 or 20.92% from 306); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6540 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D6540 is #729ABF. Grayscale: #6C6C6C. Windows color (decimal): -7510720 or 4220301. OLE color: 4220301.
HSL color Cylindrical-coordinate representation of color #8D6540: hue angle of 28.83º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8D6540 is Cyan = 0, Magento = 0.28, Yellow = 0.55 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 101 | 64 | - |
| CMYK | 0 | 0.28 | 0.55 | 0.45 |
| HSL | 28.83º | 0.38% | 0.4% | - |
| HSV(B) | 28.83º | 0.55% | 0.55% | - |
| XYZ | 16.56 | 15.34 | 6.94 | - |
| YUV | 108.74 | 102.75 | 151.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 101 | 64 | 0 | 0.28 | 0.55 | 0.45 | 28.83 | 0.38 | 0.4 |
| Hex | 8D | 65 | 40 | 0 | 1C | 37 | 2D | 1D | 26 | 28 |
| Octal | 215 | 145 | 100 | 0 | 34 | 67 | 55 | 35 | 46 | 50 |
| Binary | 10001101 | 1100101 | 1000000 | 0 | 11100 | 110111 | 101101 | 11101 | 100110 | 101000 |
Color Harmonies of #8D6540
Complementary color
Monochromatic Colors of #8D6540
Black with #8D6540
Text Example
Text Example
White with #8D6540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D6540; }
p { color: rgb(141,101,64); }
H1.HeaderClassName
{
color: #8D6540;
}
.AnyTagClassName
{
color: #8D6540;
}
</style>
background-color css
<style>
a { background-color: #8D6540; }
a { background-color: rgb(141,101,64); }
div.DivClassName
{
background-color: #8D6540;
}
.BgClassName
{
background-color: #8D6540;
}
</style>
border-color css
<style>
span { border-color: #8D6540; }
span { border-color: rgb(141,101,64); }
td.TdClassName
{
border-color: #8D6540;
}
.TagClassName
{
border-color: #8D6540;
}
</style>