Shades of McKenzie #916C3F
Tints of McKenzie #916C3F
RGB
CMYK
RGB Variations
Color information
#916C3F (or 0x916C3F) is known color: McKenzie. HEX triplet: 91, 6C and 3F. RGB value is (145,108,63). Sum of RGB (Red+Green+Blue) = 145+108+63=316 (41% of max value = 765). Red value is 145 (57.03% from 255 or 45.89% from 316); Green value is 108 (42.58% from 255 or 34.18% from 316); Blue value is 63 (25% from 255 or 19.94% from 316); Max value from RGB is 145 - color contains mainly: red. Hex color #916C3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #916C3F is #6E93C0. Grayscale: #727272. Windows color (decimal): -7246785 or 4156561. OLE color: 4156561.
HSL color Cylindrical-coordinate representation of color #916C3F: hue angle of 32.93º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #916C3F is Cyan = 0, Magento = 0.26, Yellow = 0.57 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 108 | 63 | - |
| CMYK | 0 | 0.26 | 0.57 | 0.43 |
| HSL | 32.93º | 0.39% | 0.41% | - |
| HSV(B) | 32.93º | 0.57% | 0.57% | - |
| XYZ | 17.94 | 17.1 | 7.06 | - |
| YUV | 113.93 | 99.26 | 150.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 108 | 63 | 0 | 0.26 | 0.57 | 0.43 | 32.93 | 0.39 | 0.41 |
| Hex | 91 | 6C | 3F | 0 | 1A | 39 | 2B | 21 | 27 | 29 |
| Octal | 221 | 154 | 77 | 0 | 32 | 71 | 53 | 41 | 47 | 51 |
| Binary | 10010001 | 1101100 | 111111 | 0 | 11010 | 111001 | 101011 | 100001 | 100111 | 101001 |
Color Harmonies of #916C3F
Complementary color
Monochromatic Colors of #916C3F
Black with #916C3F
Text Example
Text Example
White with #916C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916C3F; }
p { color: rgb(145,108,63); }
H1.HeaderClassName
{
color: #916C3F;
}
.AnyTagClassName
{
color: #916C3F;
}
</style>
background-color css
<style>
a { background-color: #916C3F; }
a { background-color: rgb(145,108,63); }
div.DivClassName
{
background-color: #916C3F;
}
.BgClassName
{
background-color: #916C3F;
}
</style>
border-color css
<style>
span { border-color: #916C3F; }
span { border-color: rgb(145,108,63); }
td.TdClassName
{
border-color: #916C3F;
}
.TagClassName
{
border-color: #916C3F;
}
</style>