Shades of McKenzie #8D6133
Tints of McKenzie #8D6133
RGB
CMYK
RGB Variations
Color information
#8D6133 (or 0x8D6133) is known color: McKenzie. HEX triplet: 8D, 61 and 33. RGB value is (141,97,51). Sum of RGB (Red+Green+Blue) = 141+97+51=289 (38% of max value = 765). Red value is 141 (55.47% from 255 or 48.79% from 289); Green value is 97 (38.28% from 255 or 33.56% from 289); Blue value is 51 (20.31% from 255 or 17.65% from 289); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6133 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D6133 is #729ECC. Grayscale: #696969. Windows color (decimal): -7511757 or 3367309. OLE color: 3367309.
HSL color Cylindrical-coordinate representation of color #8D6133: hue angle of 30.67º 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 #8D6133 is Cyan = 0, Magento = 0.31, Yellow = 0.64 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 97 | 51 | - |
| CMYK | 0 | 0.31 | 0.64 | 0.45 |
| HSL | 30.67º | 0.47% | 0.38% | - |
| HSV(B) | 30.67º | 0.64% | 0.55% | - |
| XYZ | 15.86 | 14.45 | 5.09 | - |
| YUV | 104.91 | 97.58 | 153.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 97 | 51 | 0 | 0.31 | 0.64 | 0.45 | 30.67 | 0.47 | 0.38 |
| Hex | 8D | 61 | 33 | 0 | 1F | 40 | 2D | 1F | 2F | 26 |
| Octal | 215 | 141 | 63 | 0 | 37 | 100 | 55 | 37 | 57 | 46 |
| Binary | 10001101 | 1100001 | 110011 | 0 | 11111 | 1000000 | 101101 | 11111 | 101111 | 100110 |
Color Harmonies of #8D6133
Complementary color
Monochromatic Colors of #8D6133
Black with #8D6133
Text Example
Text Example
White with #8D6133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D6133; }
p { color: rgb(141,97,51); }
H1.HeaderClassName
{
color: #8D6133;
}
.AnyTagClassName
{
color: #8D6133;
}
</style>
background-color css
<style>
a { background-color: #8D6133; }
a { background-color: rgb(141,97,51); }
div.DivClassName
{
background-color: #8D6133;
}
.BgClassName
{
background-color: #8D6133;
}
</style>
border-color css
<style>
span { border-color: #8D6133; }
span { border-color: rgb(141,97,51); }
td.TdClassName
{
border-color: #8D6133;
}
.TagClassName
{
border-color: #8D6133;
}
</style>