Shades of McKenzie #8D6332
Tints of McKenzie #8D6332
RGB
CMYK
RGB Variations
Color information
#8D6332 (or 0x8D6332) is known color: McKenzie. HEX triplet: 8D, 63 and 32. RGB value is (141,99,50). Sum of RGB (Red+Green+Blue) = 141+99+50=290 (38% of max value = 765). Red value is 141 (55.47% from 255 or 48.62% from 290); Green value is 99 (39.06% from 255 or 34.14% from 290); Blue value is 50 (19.92% from 255 or 17.24% from 290); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6332 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D6332 is #729CCD. Grayscale: #6A6A6A. Windows color (decimal): -7511246 or 3302285. OLE color: 3302285.
HSL color Cylindrical-coordinate representation of color #8D6332: hue angle of 32.31º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8D6332 is Cyan = 0, Magento = 0.30, Yellow = 0.65 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 99 | 50 | - |
| CMYK | 0 | 0.30 | 0.65 | 0.45 |
| HSL | 32.31º | 0.48% | 0.37% | - |
| HSV(B) | 32.31º | 0.65% | 0.55% | - |
| XYZ | 16.02 | 14.82 | 5.03 | - |
| YUV | 105.97 | 96.41 | 152.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 99 | 50 | 0 | 0.30 | 0.65 | 0.45 | 32.31 | 0.48 | 0.37 |
| Hex | 8D | 63 | 32 | 0 | 1E | 41 | 2D | 20 | 30 | 25 |
| Octal | 215 | 143 | 62 | 0 | 36 | 101 | 55 | 40 | 60 | 45 |
| Binary | 10001101 | 1100011 | 110010 | 0 | 11110 | 1000001 | 101101 | 100000 | 110000 | 100101 |
Color Harmonies of #8D6332
Complementary color
Monochromatic Colors of #8D6332
Black with #8D6332
Text Example
Text Example
White with #8D6332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D6332; }
p { color: rgb(141,99,50); }
H1.HeaderClassName
{
color: #8D6332;
}
.AnyTagClassName
{
color: #8D6332;
}
</style>
background-color css
<style>
a { background-color: #8D6332; }
a { background-color: rgb(141,99,50); }
div.DivClassName
{
background-color: #8D6332;
}
.BgClassName
{
background-color: #8D6332;
}
</style>
border-color css
<style>
span { border-color: #8D6332; }
span { border-color: rgb(141,99,50); }
td.TdClassName
{
border-color: #8D6332;
}
.TagClassName
{
border-color: #8D6332;
}
</style>