Shades of McKenzie #8D6033
Tints of McKenzie #8D6033
RGB
CMYK
RGB Variations
Color information
#8D6033 (or 0x8D6033) is known color: McKenzie. HEX triplet: 8D, 60 and 33. RGB value is (141,96,51). Sum of RGB (Red+Green+Blue) = 141+96+51=288 (38% of max value = 765). Red value is 141 (55.47% from 255 or 48.96% from 288); Green value is 96 (37.89% from 255 or 33.33% from 288); Blue value is 51 (20.31% from 255 or 17.71% from 288); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6033 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D6033 is #729FCC. Grayscale: #686868. Windows color (decimal): -7512013 or 3367053. OLE color: 3367053.
HSL color Cylindrical-coordinate representation of color #8D6033: hue angle of 30º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8D6033 is Cyan = 0, Magento = 0.32, Yellow = 0.64 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 96 | 51 | - |
| CMYK | 0 | 0.32 | 0.64 | 0.45 |
| HSL | 30º | 0.47% | 0.38% | - |
| HSV(B) | 30º | 0.64% | 0.55% | - |
| XYZ | 15.76 | 14.27 | 5.05 | - |
| YUV | 104.33 | 97.91 | 154.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 96 | 51 | 0 | 0.32 | 0.64 | 0.45 | 30 | 0.47 | 0.38 |
| Hex | 8D | 60 | 33 | 0 | 20 | 40 | 2D | 1E | 2F | 26 |
| Octal | 215 | 140 | 63 | 0 | 40 | 100 | 55 | 36 | 57 | 46 |
| Binary | 10001101 | 1100000 | 110011 | 0 | 100000 | 1000000 | 101101 | 11110 | 101111 | 100110 |
Color Harmonies of #8D6033
Complementary color
Monochromatic Colors of #8D6033
Black with #8D6033
Text Example
Text Example
White with #8D6033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D6033; }
p { color: rgb(141,96,51); }
H1.HeaderClassName
{
color: #8D6033;
}
.AnyTagClassName
{
color: #8D6033;
}
</style>
background-color css
<style>
a { background-color: #8D6033; }
a { background-color: rgb(141,96,51); }
div.DivClassName
{
background-color: #8D6033;
}
.BgClassName
{
background-color: #8D6033;
}
</style>
border-color css
<style>
span { border-color: #8D6033; }
span { border-color: rgb(141,96,51); }
td.TdClassName
{
border-color: #8D6033;
}
.TagClassName
{
border-color: #8D6033;
}
</style>