Shades of McKenzie #8D6932
Tints of McKenzie #8D6932
RGB
CMYK
RGB Variations
Color information
#8D6932 (or 0x8D6932) is known color: McKenzie. HEX triplet: 8D, 69 and 32. RGB value is (141,105,50). Sum of RGB (Red+Green+Blue) = 141+105+50=296 (39% of max value = 765). Red value is 141 (55.47% from 255 or 47.64% from 296); Green value is 105 (41.41% from 255 or 35.47% from 296); Blue value is 50 (19.92% from 255 or 16.89% from 296); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6932 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D6932 is #7296CD. Grayscale: #6D6D6D. Windows color (decimal): -7509710 or 3303821. OLE color: 3303821.
HSL color Cylindrical-coordinate representation of color #8D6932: hue angle of 36.26º 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 #8D6932 is Cyan = 0, Magento = 0.26, Yellow = 0.65 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 105 | 50 | - |
| CMYK | 0 | 0.26 | 0.65 | 0.45 |
| HSL | 36.26º | 0.48% | 0.37% | - |
| HSV(B) | 36.26º | 0.65% | 0.55% | - |
| XYZ | 16.61 | 16 | 5.23 | - |
| YUV | 109.49 | 94.43 | 150.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 105 | 50 | 0 | 0.26 | 0.65 | 0.45 | 36.26 | 0.48 | 0.37 |
| Hex | 8D | 69 | 32 | 0 | 1A | 41 | 2D | 24 | 30 | 25 |
| Octal | 215 | 151 | 62 | 0 | 32 | 101 | 55 | 44 | 60 | 45 |
| Binary | 10001101 | 1101001 | 110010 | 0 | 11010 | 1000001 | 101101 | 100100 | 110000 | 100101 |
Color Harmonies of #8D6932
Complementary color
Monochromatic Colors of #8D6932
Black with #8D6932
Text Example
Text Example
White with #8D6932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D6932; }
p { color: rgb(141,105,50); }
H1.HeaderClassName
{
color: #8D6932;
}
.AnyTagClassName
{
color: #8D6932;
}
</style>
background-color css
<style>
a { background-color: #8D6932; }
a { background-color: rgb(141,105,50); }
div.DivClassName
{
background-color: #8D6932;
}
.BgClassName
{
background-color: #8D6932;
}
</style>
border-color css
<style>
span { border-color: #8D6932; }
span { border-color: rgb(141,105,50); }
td.TdClassName
{
border-color: #8D6932;
}
.TagClassName
{
border-color: #8D6932;
}
</style>