Shades of McKenzie #8D6541
Tints of McKenzie #8D6541
RGB
CMYK
RGB Variations
Color information
#8D6541 (or 0x8D6541) is known color: McKenzie. HEX triplet: 8D, 65 and 41. RGB value is (141,101,65). Sum of RGB (Red+Green+Blue) = 141+101+65=307 (40% of max value = 765). Red value is 141 (55.47% from 255 or 45.93% from 307); Green value is 101 (39.84% from 255 or 32.90% from 307); Blue value is 65 (25.78% from 255 or 21.17% from 307); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6541 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D6541 is #729ABE. Grayscale: #6D6D6D. Windows color (decimal): -7510719 or 4285837. OLE color: 4285837.
HSL color Cylindrical-coordinate representation of color #8D6541: hue angle of 28.42º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8D6541 is Cyan = 0, Magento = 0.28, Yellow = 0.54 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 101 | 65 | - |
| CMYK | 0 | 0.28 | 0.54 | 0.45 |
| HSL | 28.42º | 0.37% | 0.4% | - |
| HSV(B) | 28.42º | 0.54% | 0.55% | - |
| XYZ | 16.59 | 15.35 | 7.09 | - |
| YUV | 108.86 | 103.25 | 150.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 101 | 65 | 0 | 0.28 | 0.54 | 0.45 | 28.42 | 0.37 | 0.4 |
| Hex | 8D | 65 | 41 | 0 | 1C | 36 | 2D | 1C | 25 | 28 |
| Octal | 215 | 145 | 101 | 0 | 34 | 66 | 55 | 34 | 45 | 50 |
| Binary | 10001101 | 1100101 | 1000001 | 0 | 11100 | 110110 | 101101 | 11100 | 100101 | 101000 |
Color Harmonies of #8D6541
Complementary color
Monochromatic Colors of #8D6541
Black with #8D6541
Text Example
Text Example
White with #8D6541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D6541; }
p { color: rgb(141,101,65); }
H1.HeaderClassName
{
color: #8D6541;
}
.AnyTagClassName
{
color: #8D6541;
}
</style>
background-color css
<style>
a { background-color: #8D6541; }
a { background-color: rgb(141,101,65); }
div.DivClassName
{
background-color: #8D6541;
}
.BgClassName
{
background-color: #8D6541;
}
</style>
border-color css
<style>
span { border-color: #8D6541; }
span { border-color: rgb(141,101,65); }
td.TdClassName
{
border-color: #8D6541;
}
.TagClassName
{
border-color: #8D6541;
}
</style>