Shades of McKenzie #916B40
Tints of McKenzie #916B40
RGB
CMYK
RGB Variations
Color information
#916B40 (or 0x916B40) is known color: McKenzie. HEX triplet: 91, 6B and 40. RGB value is (145,107,64). Sum of RGB (Red+Green+Blue) = 145+107+64=316 (41% of max value = 765). Red value is 145 (57.03% from 255 or 45.89% from 316); Green value is 107 (42.19% from 255 or 33.86% from 316); Blue value is 64 (25.39% from 255 or 20.25% from 316); Max value from RGB is 145 - color contains mainly: red. Hex color #916B40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #916B40 is #6E94BF. Grayscale: #717171. Windows color (decimal): -7247040 or 4221841. OLE color: 4221841.
HSL color Cylindrical-coordinate representation of color #916B40: hue angle of 31.85º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #916B40 is Cyan = 0, Magento = 0.26, Yellow = 0.56 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 107 | 64 | - |
| CMYK | 0 | 0.26 | 0.56 | 0.43 |
| HSL | 31.85º | 0.39% | 0.41% | - |
| HSV(B) | 31.85º | 0.56% | 0.57% | - |
| XYZ | 17.86 | 16.91 | 7.17 | - |
| YUV | 113.46 | 100.09 | 150.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 107 | 64 | 0 | 0.26 | 0.56 | 0.43 | 31.85 | 0.39 | 0.41 |
| Hex | 91 | 6B | 40 | 0 | 1A | 38 | 2B | 20 | 27 | 29 |
| Octal | 221 | 153 | 100 | 0 | 32 | 70 | 53 | 40 | 47 | 51 |
| Binary | 10010001 | 1101011 | 1000000 | 0 | 11010 | 111000 | 101011 | 100000 | 100111 | 101001 |
Color Harmonies of #916B40
Complementary color
Monochromatic Colors of #916B40
Black with #916B40
Text Example
Text Example
White with #916B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916B40; }
p { color: rgb(145,107,64); }
H1.HeaderClassName
{
color: #916B40;
}
.AnyTagClassName
{
color: #916B40;
}
</style>
background-color css
<style>
a { background-color: #916B40; }
a { background-color: rgb(145,107,64); }
div.DivClassName
{
background-color: #916B40;
}
.BgClassName
{
background-color: #916B40;
}
</style>
border-color css
<style>
span { border-color: #916B40; }
span { border-color: rgb(145,107,64); }
td.TdClassName
{
border-color: #916B40;
}
.TagClassName
{
border-color: #916B40;
}
</style>