Shades of McKenzie #8D6D37
Tints of McKenzie #8D6D37
RGB
CMYK
RGB Variations
Color information
#8D6D37 (or 0x8D6D37) is known color: McKenzie. HEX triplet: 8D, 6D and 37. RGB value is (141,109,55). Sum of RGB (Red+Green+Blue) = 141+109+55=305 (40% of max value = 765). Red value is 141 (55.47% from 255 or 46.23% from 305); Green value is 109 (42.97% from 255 or 35.74% from 305); Blue value is 55 (21.88% from 255 or 18.03% from 305); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6D37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D6D37 is #7292C8. Grayscale: #707070. Windows color (decimal): -7508681 or 3632525. OLE color: 3632525.
HSL color Cylindrical-coordinate representation of color #8D6D37: hue angle of 37.67º 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 #8D6D37 is Cyan = 0, Magento = 0.23, Yellow = 0.61 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 109 | 55 | - |
| CMYK | 0 | 0.23 | 0.61 | 0.45 |
| HSL | 37.67º | 0.44% | 0.38% | - |
| HSV(B) | 37.67º | 0.61% | 0.55% | - |
| XYZ | 17.14 | 16.88 | 5.97 | - |
| YUV | 112.41 | 95.6 | 148.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 109 | 55 | 0 | 0.23 | 0.61 | 0.45 | 37.67 | 0.44 | 0.38 |
| Hex | 8D | 6D | 37 | 0 | 17 | 3D | 2D | 26 | 2C | 26 |
| Octal | 215 | 155 | 67 | 0 | 27 | 75 | 55 | 46 | 54 | 46 |
| Binary | 10001101 | 1101101 | 110111 | 0 | 10111 | 111101 | 101101 | 100110 | 101100 | 100110 |
Color Harmonies of #8D6D37
Complementary color
Monochromatic Colors of #8D6D37
Black with #8D6D37
Text Example
Text Example
White with #8D6D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D6D37; }
p { color: rgb(141,109,55); }
H1.HeaderClassName
{
color: #8D6D37;
}
.AnyTagClassName
{
color: #8D6D37;
}
</style>
background-color css
<style>
a { background-color: #8D6D37; }
a { background-color: rgb(141,109,55); }
div.DivClassName
{
background-color: #8D6D37;
}
.BgClassName
{
background-color: #8D6D37;
}
</style>
border-color css
<style>
span { border-color: #8D6D37; }
span { border-color: rgb(141,109,55); }
td.TdClassName
{
border-color: #8D6D37;
}
.TagClassName
{
border-color: #8D6D37;
}
</style>