Shades of McKenzie #916C37
Tints of McKenzie #916C37
RGB
CMYK
RGB Variations
Color information
#916C37 (or 0x916C37) is known color: McKenzie. HEX triplet: 91, 6C and 37. RGB value is (145,108,55). Sum of RGB (Red+Green+Blue) = 145+108+55=308 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.08% from 308); Green value is 108 (42.58% from 255 or 35.06% from 308); Blue value is 55 (21.88% from 255 or 17.86% from 308); Max value from RGB is 145 - color contains mainly: red. Hex color #916C37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #916C37 is #6E93C8. Grayscale: #717171. Windows color (decimal): -7246793 or 3632273. OLE color: 3632273.
HSL color Cylindrical-coordinate representation of color #916C37: hue angle of 35.33º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #916C37 is Cyan = 0, Magento = 0.26, Yellow = 0.62 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 108 | 55 | - |
| CMYK | 0 | 0.26 | 0.62 | 0.43 |
| HSL | 35.33º | 0.45% | 0.39% | - |
| HSV(B) | 35.33º | 0.62% | 0.57% | - |
| XYZ | 17.73 | 17.02 | 5.97 | - |
| YUV | 113.02 | 95.26 | 150.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 108 | 55 | 0 | 0.26 | 0.62 | 0.43 | 35.33 | 0.45 | 0.39 |
| Hex | 91 | 6C | 37 | 0 | 1A | 3E | 2B | 23 | 2D | 27 |
| Octal | 221 | 154 | 67 | 0 | 32 | 76 | 53 | 43 | 55 | 47 |
| Binary | 10010001 | 1101100 | 110111 | 0 | 11010 | 111110 | 101011 | 100011 | 101101 | 100111 |
Color Harmonies of #916C37
Complementary color
Monochromatic Colors of #916C37
Black with #916C37
Text Example
Text Example
White with #916C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916C37; }
p { color: rgb(145,108,55); }
H1.HeaderClassName
{
color: #916C37;
}
.AnyTagClassName
{
color: #916C37;
}
</style>
background-color css
<style>
a { background-color: #916C37; }
a { background-color: rgb(145,108,55); }
div.DivClassName
{
background-color: #916C37;
}
.BgClassName
{
background-color: #916C37;
}
</style>
border-color css
<style>
span { border-color: #916C37; }
span { border-color: rgb(145,108,55); }
td.TdClassName
{
border-color: #916C37;
}
.TagClassName
{
border-color: #916C37;
}
</style>