Shades of McKenzie #8D6537
Tints of McKenzie #8D6537
RGB
CMYK
RGB Variations
Color information
#8D6537 (or 0x8D6537) is known color: McKenzie. HEX triplet: 8D, 65 and 37. RGB value is (141,101,55). Sum of RGB (Red+Green+Blue) = 141+101+55=297 (39% of max value = 765). Red value is 141 (55.47% from 255 or 47.47% from 297); Green value is 101 (39.84% from 255 or 34.01% from 297); Blue value is 55 (21.88% from 255 or 18.52% from 297); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6537 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D6537 is #729AC8. Grayscale: #6B6B6B. Windows color (decimal): -7510729 or 3630477. OLE color: 3630477.
HSL color Cylindrical-coordinate representation of color #8D6537: hue angle of 32.09º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8D6537 is Cyan = 0, Magento = 0.28, Yellow = 0.61 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 101 | 55 | - |
| CMYK | 0 | 0.28 | 0.61 | 0.45 |
| HSL | 32.09º | 0.44% | 0.38% | - |
| HSV(B) | 32.09º | 0.61% | 0.55% | - |
| XYZ | 16.33 | 15.25 | 5.7 | - |
| YUV | 107.72 | 98.25 | 151.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 101 | 55 | 0 | 0.28 | 0.61 | 0.45 | 32.09 | 0.44 | 0.38 |
| Hex | 8D | 65 | 37 | 0 | 1C | 3D | 2D | 20 | 2C | 26 |
| Octal | 215 | 145 | 67 | 0 | 34 | 75 | 55 | 40 | 54 | 46 |
| Binary | 10001101 | 1100101 | 110111 | 0 | 11100 | 111101 | 101101 | 100000 | 101100 | 100110 |
Color Harmonies of #8D6537
Complementary color
Monochromatic Colors of #8D6537
Black with #8D6537
Text Example
Text Example
White with #8D6537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D6537; }
p { color: rgb(141,101,55); }
H1.HeaderClassName
{
color: #8D6537;
}
.AnyTagClassName
{
color: #8D6537;
}
</style>
background-color css
<style>
a { background-color: #8D6537; }
a { background-color: rgb(141,101,55); }
div.DivClassName
{
background-color: #8D6537;
}
.BgClassName
{
background-color: #8D6537;
}
</style>
border-color css
<style>
span { border-color: #8D6537; }
span { border-color: rgb(141,101,55); }
td.TdClassName
{
border-color: #8D6537;
}
.TagClassName
{
border-color: #8D6537;
}
</style>