Shades of McKenzie #996939
Tints of McKenzie #996939
RGB
CMYK
RGB Variations
Color information
#996939 (or 0x996939) is known color: McKenzie. HEX triplet: 99, 69 and 39. RGB value is (153,105,57). Sum of RGB (Red+Green+Blue) = 153+105+57=315 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.57% from 315); Green value is 105 (41.41% from 255 or 33.33% from 315); Blue value is 57 (22.66% from 255 or 18.10% from 315); Max value from RGB is 153 - color contains mainly: red. Hex color #996939 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996939 is #6696C6. Grayscale: #727272. Windows color (decimal): -6723271 or 3762585. OLE color: 3762585.
HSL color Cylindrical-coordinate representation of color #996939: hue angle of 30º 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 #996939 is Cyan = 0, Magento = 0.31, Yellow = 0.63 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 105 | 57 | - |
| CMYK | 0 | 0.31 | 0.63 | 0.4 |
| HSL | 30º | 0.46% | 0.41% | - |
| HSV(B) | 30º | 0.63% | 0.6% | - |
| XYZ | 18.93 | 17.17 | 6.19 | - |
| YUV | 113.88 | 95.9 | 155.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 105 | 57 | 0 | 0.31 | 0.63 | 0.4 | 30 | 0.46 | 0.41 |
| Hex | 99 | 69 | 39 | 0 | 1F | 3F | 28 | 1E | 2E | 29 |
| Octal | 231 | 151 | 71 | 0 | 37 | 77 | 50 | 36 | 56 | 51 |
| Binary | 10011001 | 1101001 | 111001 | 0 | 11111 | 111111 | 101000 | 11110 | 101110 | 101001 |
Color Harmonies of #996939
Complementary color
Monochromatic Colors of #996939
Black with #996939
Text Example
Text Example
White with #996939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996939; }
p { color: rgb(153,105,57); }
H1.HeaderClassName
{
color: #996939;
}
.AnyTagClassName
{
color: #996939;
}
</style>
background-color css
<style>
a { background-color: #996939; }
a { background-color: rgb(153,105,57); }
div.DivClassName
{
background-color: #996939;
}
.BgClassName
{
background-color: #996939;
}
</style>
border-color css
<style>
span { border-color: #996939; }
span { border-color: rgb(153,105,57); }
td.TdClassName
{
border-color: #996939;
}
.TagClassName
{
border-color: #996939;
}
</style>