Shades of McKenzie #8D6A40
Tints of McKenzie #8D6A40
RGB
CMYK
RGB Variations
Color information
#8D6A40 (or 0x8D6A40) is known color: McKenzie. HEX triplet: 8D, 6A and 40. RGB value is (141,106,64). Sum of RGB (Red+Green+Blue) = 141+106+64=311 (41% of max value = 765). Red value is 141 (55.47% from 255 or 45.34% from 311); Green value is 106 (41.80% from 255 or 34.08% from 311); Blue value is 64 (25.39% from 255 or 20.58% from 311); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6A40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D6A40 is #7295BF. Grayscale: #6F6F6F. Windows color (decimal): -7509440 or 4221581. OLE color: 4221581.
HSL color Cylindrical-coordinate representation of color #8D6A40: hue angle of 32.73º 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 #8D6A40 is Cyan = 0, Magento = 0.25, Yellow = 0.55 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 106 | 64 | - |
| CMYK | 0 | 0.25 | 0.55 | 0.45 |
| HSL | 32.73º | 0.38% | 0.4% | - |
| HSV(B) | 32.73º | 0.55% | 0.55% | - |
| XYZ | 17.06 | 16.34 | 7.11 | - |
| YUV | 111.68 | 101.1 | 148.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 106 | 64 | 0 | 0.25 | 0.55 | 0.45 | 32.73 | 0.38 | 0.4 |
| Hex | 8D | 6A | 40 | 0 | 19 | 37 | 2D | 21 | 26 | 28 |
| Octal | 215 | 152 | 100 | 0 | 31 | 67 | 55 | 41 | 46 | 50 |
| Binary | 10001101 | 1101010 | 1000000 | 0 | 11001 | 110111 | 101101 | 100001 | 100110 | 101000 |
Color Harmonies of #8D6A40
Complementary color
Monochromatic Colors of #8D6A40
Black with #8D6A40
Text Example
Text Example
White with #8D6A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D6A40; }
p { color: rgb(141,106,64); }
H1.HeaderClassName
{
color: #8D6A40;
}
.AnyTagClassName
{
color: #8D6A40;
}
</style>
background-color css
<style>
a { background-color: #8D6A40; }
a { background-color: rgb(141,106,64); }
div.DivClassName
{
background-color: #8D6A40;
}
.BgClassName
{
background-color: #8D6A40;
}
</style>
border-color css
<style>
span { border-color: #8D6A40; }
span { border-color: rgb(141,106,64); }
td.TdClassName
{
border-color: #8D6A40;
}
.TagClassName
{
border-color: #8D6A40;
}
</style>