Shades of McKenzie #996639
Tints of McKenzie #996639
RGB
CMYK
RGB Variations
Color information
#996639 (or 0x996639) is known color: McKenzie. HEX triplet: 99, 66 and 39. RGB value is (153,102,57). Sum of RGB (Red+Green+Blue) = 153+102+57=312 (41% of max value = 765). Red value is 153 (60.16% from 255 or 49.04% from 312); Green value is 102 (40.23% from 255 or 32.69% from 312); Blue value is 57 (22.66% from 255 or 18.27% from 312); Max value from RGB is 153 - color contains mainly: red. Hex color #996639 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996639 is #6699C6. Grayscale: #707070. Windows color (decimal): -6724039 or 3761817. OLE color: 3761817.
HSL color Cylindrical-coordinate representation of color #996639: hue angle of 28.12º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #996639 is Cyan = 0, Magento = 0.33, Yellow = 0.63 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 102 | 57 | - |
| CMYK | 0 | 0.33 | 0.63 | 0.4 |
| HSL | 28.13º | 0.46% | 0.41% | - |
| HSV(B) | 28.13º | 0.63% | 0.6% | - |
| XYZ | 18.63 | 16.57 | 6.09 | - |
| YUV | 112.12 | 96.9 | 157.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 102 | 57 | 0 | 0.33 | 0.63 | 0.4 | 28.13 | 0.46 | 0.41 |
| Hex | 99 | 66 | 39 | 0 | 21 | 3F | 28 | 1C | 2E | 29 |
| Octal | 231 | 146 | 71 | 0 | 41 | 77 | 50 | 34 | 56 | 51 |
| Binary | 10011001 | 1100110 | 111001 | 0 | 100001 | 111111 | 101000 | 11100 | 101110 | 101001 |
Color Harmonies of #996639
Complementary color
Monochromatic Colors of #996639
Black with #996639
Text Example
Text Example
White with #996639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996639; }
p { color: rgb(153,102,57); }
H1.HeaderClassName
{
color: #996639;
}
.AnyTagClassName
{
color: #996639;
}
</style>
background-color css
<style>
a { background-color: #996639; }
a { background-color: rgb(153,102,57); }
div.DivClassName
{
background-color: #996639;
}
.BgClassName
{
background-color: #996639;
}
</style>
border-color css
<style>
span { border-color: #996639; }
span { border-color: rgb(153,102,57); }
td.TdClassName
{
border-color: #996639;
}
.TagClassName
{
border-color: #996639;
}
</style>