Shades of McKenzie #976E41
Tints of McKenzie #976E41
RGB
CMYK
RGB Variations
Color information
#976E41 (or 0x976E41) is known color: McKenzie. HEX triplet: 97, 6E and 41. RGB value is (151,110,65). Sum of RGB (Red+Green+Blue) = 151+110+65=326 (43% of max value = 765). Red value is 151 (59.38% from 255 or 46.32% from 326); Green value is 110 (43.36% from 255 or 33.74% from 326); Blue value is 65 (25.78% from 255 or 19.94% from 326); Max value from RGB is 151 - color contains mainly: red. Hex color #976E41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #976E41 is #6891BE. Grayscale: #757575. Windows color (decimal): -6853055 or 4288151. OLE color: 4288151.
HSL color Cylindrical-coordinate representation of color #976E41: hue angle of 31.4º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #976E41 is Cyan = 0, Magento = 0.27, Yellow = 0.57 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 110 | 65 | - |
| CMYK | 0 | 0.27 | 0.57 | 0.41 |
| HSL | 31.4º | 0.4% | 0.42% | - |
| HSV(B) | 31.4º | 0.57% | 0.59% | - |
| XYZ | 19.29 | 18.11 | 7.48 | - |
| YUV | 117.13 | 98.58 | 152.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 110 | 65 | 0 | 0.27 | 0.57 | 0.41 | 31.4 | 0.4 | 0.42 |
| Hex | 97 | 6E | 41 | 0 | 1B | 39 | 29 | 1F | 28 | 2A |
| Octal | 227 | 156 | 101 | 0 | 33 | 71 | 51 | 37 | 50 | 52 |
| Binary | 10010111 | 1101110 | 1000001 | 0 | 11011 | 111001 | 101001 | 11111 | 101000 | 101010 |
Color Harmonies of #976E41
Complementary color
Monochromatic Colors of #976E41
Black with #976E41
Text Example
Text Example
White with #976E41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #976E41; }
p { color: rgb(151,110,65); }
H1.HeaderClassName
{
color: #976E41;
}
.AnyTagClassName
{
color: #976E41;
}
</style>
background-color css
<style>
a { background-color: #976E41; }
a { background-color: rgb(151,110,65); }
div.DivClassName
{
background-color: #976E41;
}
.BgClassName
{
background-color: #976E41;
}
</style>
border-color css
<style>
span { border-color: #976E41; }
span { border-color: rgb(151,110,65); }
td.TdClassName
{
border-color: #976E41;
}
.TagClassName
{
border-color: #976E41;
}
</style>