Shades of McKenzie #916B41
Tints of McKenzie #916B41
RGB
CMYK
RGB Variations
Color information
#916B41 (or 0x916B41) is known color: McKenzie. HEX triplet: 91, 6B and 41. RGB value is (145,107,65). Sum of RGB (Red+Green+Blue) = 145+107+65=317 (41% of max value = 765). Red value is 145 (57.03% from 255 or 45.74% from 317); Green value is 107 (42.19% from 255 or 33.75% from 317); Blue value is 65 (25.78% from 255 or 20.50% from 317); Max value from RGB is 145 - color contains mainly: red. Hex color #916B41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #916B41 is #6E94BE. Grayscale: #717171. Windows color (decimal): -7247039 or 4287377. OLE color: 4287377.
HSL color Cylindrical-coordinate representation of color #916B41: hue angle of 31.5º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #916B41 is Cyan = 0, Magento = 0.26, Yellow = 0.55 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 107 | 65 | - |
| CMYK | 0 | 0.26 | 0.55 | 0.43 |
| HSL | 31.5º | 0.38% | 0.41% | - |
| HSV(B) | 31.5º | 0.55% | 0.57% | - |
| XYZ | 17.89 | 16.92 | 7.32 | - |
| YUV | 113.57 | 100.59 | 150.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 107 | 65 | 0 | 0.26 | 0.55 | 0.43 | 31.5 | 0.38 | 0.41 |
| Hex | 91 | 6B | 41 | 0 | 1A | 37 | 2B | 1F | 26 | 29 |
| Octal | 221 | 153 | 101 | 0 | 32 | 67 | 53 | 37 | 46 | 51 |
| Binary | 10010001 | 1101011 | 1000001 | 0 | 11010 | 110111 | 101011 | 11111 | 100110 | 101001 |
Color Harmonies of #916B41
Complementary color
Monochromatic Colors of #916B41
Black with #916B41
Text Example
Text Example
White with #916B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916B41; }
p { color: rgb(145,107,65); }
H1.HeaderClassName
{
color: #916B41;
}
.AnyTagClassName
{
color: #916B41;
}
</style>
background-color css
<style>
a { background-color: #916B41; }
a { background-color: rgb(145,107,65); }
div.DivClassName
{
background-color: #916B41;
}
.BgClassName
{
background-color: #916B41;
}
</style>
border-color css
<style>
span { border-color: #916B41; }
span { border-color: rgb(145,107,65); }
td.TdClassName
{
border-color: #916B41;
}
.TagClassName
{
border-color: #916B41;
}
</style>