Shades of McKenzie #996F41
Tints of McKenzie #996F41
RGB
CMYK
RGB Variations
Color information
#996F41 (or 0x996F41) is known color: McKenzie. HEX triplet: 99, 6F and 41. RGB value is (153,111,65). Sum of RGB (Red+Green+Blue) = 153+111+65=329 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.50% from 329); Green value is 111 (43.75% from 255 or 33.74% from 329); Blue value is 65 (25.78% from 255 or 19.76% from 329); Max value from RGB is 153 - color contains mainly: red. Hex color #996F41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996F41 is #6690BE. Grayscale: #767676. Windows color (decimal): -6721727 or 4288409. OLE color: 4288409.
HSL color Cylindrical-coordinate representation of color #996F41: hue angle of 31.36º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #996F41 is Cyan = 0, Magento = 0.27, Yellow = 0.58 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 111 | 65 | - |
| CMYK | 0 | 0.27 | 0.58 | 0.4 |
| HSL | 31.36º | 0.4% | 0.43% | - |
| HSV(B) | 31.36º | 0.58% | 0.6% | - |
| XYZ | 19.78 | 18.52 | 7.53 | - |
| YUV | 118.31 | 97.91 | 152.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 111 | 65 | 0 | 0.27 | 0.58 | 0.4 | 31.36 | 0.4 | 0.43 |
| Hex | 99 | 6F | 41 | 0 | 1B | 3A | 28 | 1F | 28 | 2B |
| Octal | 231 | 157 | 101 | 0 | 33 | 72 | 50 | 37 | 50 | 53 |
| Binary | 10011001 | 1101111 | 1000001 | 0 | 11011 | 111010 | 101000 | 11111 | 101000 | 101011 |
Color Harmonies of #996F41
Complementary color
Monochromatic Colors of #996F41
Black with #996F41
Text Example
Text Example
White with #996F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996F41; }
p { color: rgb(153,111,65); }
H1.HeaderClassName
{
color: #996F41;
}
.AnyTagClassName
{
color: #996F41;
}
</style>
background-color css
<style>
a { background-color: #996F41; }
a { background-color: rgb(153,111,65); }
div.DivClassName
{
background-color: #996F41;
}
.BgClassName
{
background-color: #996F41;
}
</style>
border-color css
<style>
span { border-color: #996F41; }
span { border-color: rgb(153,111,65); }
td.TdClassName
{
border-color: #996F41;
}
.TagClassName
{
border-color: #996F41;
}
</style>