Shades of McKenzie #8D6836
Tints of McKenzie #8D6836
RGB
CMYK
RGB Variations
Color information
#8D6836 (or 0x8D6836) is known color: McKenzie. HEX triplet: 8D, 68 and 36. RGB value is (141,104,54). Sum of RGB (Red+Green+Blue) = 141+104+54=299 (39% of max value = 765). Red value is 141 (55.47% from 255 or 47.16% from 299); Green value is 104 (41.02% from 255 or 34.78% from 299); Blue value is 54 (21.48% from 255 or 18.06% from 299); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6836 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D6836 is #7297C9. Grayscale: #6D6D6D. Windows color (decimal): -7509962 or 3565709. OLE color: 3565709.
HSL color Cylindrical-coordinate representation of color #8D6836: hue angle of 34.48º 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 #8D6836 is Cyan = 0, Magento = 0.26, Yellow = 0.62 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 104 | 54 | - |
| CMYK | 0 | 0.26 | 0.62 | 0.45 |
| HSL | 34.48º | 0.45% | 0.38% | - |
| HSV(B) | 34.48º | 0.62% | 0.55% | - |
| XYZ | 16.6 | 15.83 | 5.67 | - |
| YUV | 109.36 | 96.76 | 150.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 104 | 54 | 0 | 0.26 | 0.62 | 0.45 | 34.48 | 0.45 | 0.38 |
| Hex | 8D | 68 | 36 | 0 | 1A | 3E | 2D | 22 | 2D | 26 |
| Octal | 215 | 150 | 66 | 0 | 32 | 76 | 55 | 42 | 55 | 46 |
| Binary | 10001101 | 1101000 | 110110 | 0 | 11010 | 111110 | 101101 | 100010 | 101101 | 100110 |
Color Harmonies of #8D6836
Complementary color
Monochromatic Colors of #8D6836
Black with #8D6836
Text Example
Text Example
White with #8D6836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D6836; }
p { color: rgb(141,104,54); }
H1.HeaderClassName
{
color: #8D6836;
}
.AnyTagClassName
{
color: #8D6836;
}
</style>
background-color css
<style>
a { background-color: #8D6836; }
a { background-color: rgb(141,104,54); }
div.DivClassName
{
background-color: #8D6836;
}
.BgClassName
{
background-color: #8D6836;
}
</style>
border-color css
<style>
span { border-color: #8D6836; }
span { border-color: rgb(141,104,54); }
td.TdClassName
{
border-color: #8D6836;
}
.TagClassName
{
border-color: #8D6836;
}
</style>