Shades of McKenzie #916E43
Tints of McKenzie #916E43
RGB
CMYK
RGB Variations
Color information
#916E43 (or 0x916E43) is known color: McKenzie. HEX triplet: 91, 6E and 43. RGB value is (145,110,67). Sum of RGB (Red+Green+Blue) = 145+110+67=322 (42% of max value = 765). Red value is 145 (57.03% from 255 or 45.03% from 322); Green value is 110 (43.36% from 255 or 34.16% from 322); Blue value is 67 (26.56% from 255 or 20.81% from 322); Max value from RGB is 145 - color contains mainly: red. Hex color #916E43 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #916E43 is #6E91BC. Grayscale: #737373. Windows color (decimal): -7246269 or 4419217. OLE color: 4419217.
HSL color Cylindrical-coordinate representation of color #916E43: hue angle of 33.08º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #916E43 is Cyan = 0, Magento = 0.24, Yellow = 0.54 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 110 | 67 | - |
| CMYK | 0 | 0.24 | 0.54 | 0.43 |
| HSL | 33.08º | 0.37% | 0.42% | - |
| HSV(B) | 33.08º | 0.54% | 0.57% | - |
| XYZ | 18.27 | 17.58 | 7.74 | - |
| YUV | 115.56 | 100.6 | 149 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 110 | 67 | 0 | 0.24 | 0.54 | 0.43 | 33.08 | 0.37 | 0.42 |
| Hex | 91 | 6E | 43 | 0 | 18 | 36 | 2B | 21 | 25 | 2A |
| Octal | 221 | 156 | 103 | 0 | 30 | 66 | 53 | 41 | 45 | 52 |
| Binary | 10010001 | 1101110 | 1000011 | 0 | 11000 | 110110 | 101011 | 100001 | 100101 | 101010 |
Color Harmonies of #916E43
Complementary color
Monochromatic Colors of #916E43
Black with #916E43
Text Example
Text Example
White with #916E43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916E43; }
p { color: rgb(145,110,67); }
H1.HeaderClassName
{
color: #916E43;
}
.AnyTagClassName
{
color: #916E43;
}
</style>
background-color css
<style>
a { background-color: #916E43; }
a { background-color: rgb(145,110,67); }
div.DivClassName
{
background-color: #916E43;
}
.BgClassName
{
background-color: #916E43;
}
</style>
border-color css
<style>
span { border-color: #916E43; }
span { border-color: rgb(145,110,67); }
td.TdClassName
{
border-color: #916E43;
}
.TagClassName
{
border-color: #916E43;
}
</style>