Shades of McKenzie #8D6436
Tints of McKenzie #8D6436
RGB
CMYK
RGB Variations
Color information
#8D6436 (or 0x8D6436) is known color: McKenzie. HEX triplet: 8D, 64 and 36. RGB value is (141,100,54). Sum of RGB (Red+Green+Blue) = 141+100+54=295 (39% of max value = 765). Red value is 141 (55.47% from 255 or 47.80% from 295); Green value is 100 (39.45% from 255 or 33.90% from 295); Blue value is 54 (21.48% from 255 or 18.31% from 295); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6436 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D6436 is #729BC9. Grayscale: #6B6B6B. Windows color (decimal): -7510986 or 3564685. OLE color: 3564685.
HSL color Cylindrical-coordinate representation of color #8D6436: hue angle of 31.72º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8D6436 is Cyan = 0, Magento = 0.29, Yellow = 0.62 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 100 | 54 | - |
| CMYK | 0 | 0.29 | 0.62 | 0.45 |
| HSL | 31.72º | 0.45% | 0.38% | - |
| HSV(B) | 31.72º | 0.62% | 0.55% | - |
| XYZ | 16.21 | 15.04 | 5.54 | - |
| YUV | 107.02 | 98.08 | 152.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 100 | 54 | 0 | 0.29 | 0.62 | 0.45 | 31.72 | 0.45 | 0.38 |
| Hex | 8D | 64 | 36 | 0 | 1D | 3E | 2D | 20 | 2D | 26 |
| Octal | 215 | 144 | 66 | 0 | 35 | 76 | 55 | 40 | 55 | 46 |
| Binary | 10001101 | 1100100 | 110110 | 0 | 11101 | 111110 | 101101 | 100000 | 101101 | 100110 |
Color Harmonies of #8D6436
Complementary color
Monochromatic Colors of #8D6436
Black with #8D6436
Text Example
Text Example
White with #8D6436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D6436; }
p { color: rgb(141,100,54); }
H1.HeaderClassName
{
color: #8D6436;
}
.AnyTagClassName
{
color: #8D6436;
}
</style>
background-color css
<style>
a { background-color: #8D6436; }
a { background-color: rgb(141,100,54); }
div.DivClassName
{
background-color: #8D6436;
}
.BgClassName
{
background-color: #8D6436;
}
</style>
border-color css
<style>
span { border-color: #8D6436; }
span { border-color: rgb(141,100,54); }
td.TdClassName
{
border-color: #8D6436;
}
.TagClassName
{
border-color: #8D6436;
}
</style>