Shades of McKenzie #946A39
Tints of McKenzie #946A39
RGB
CMYK
RGB Variations
Color information
#946A39 (or 0x946A39) is known color: McKenzie. HEX triplet: 94, 6A and 39. RGB value is (148,106,57). Sum of RGB (Red+Green+Blue) = 148+106+57=311 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.59% from 311); Green value is 106 (41.80% from 255 or 34.08% from 311); Blue value is 57 (22.66% from 255 or 18.33% from 311); Max value from RGB is 148 - color contains mainly: red. Hex color #946A39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946A39 is #6B95C6. Grayscale: #717171. Windows color (decimal): -7050695 or 3762836. OLE color: 3762836.
HSL color Cylindrical-coordinate representation of color #946A39: hue angle of 32.31º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #946A39 is Cyan = 0, Magento = 0.28, Yellow = 0.61 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 106 | 57 | - |
| CMYK | 0 | 0.28 | 0.61 | 0.42 |
| HSL | 32.31º | 0.44% | 0.4% | - |
| HSV(B) | 32.31º | 0.61% | 0.58% | - |
| XYZ | 18.11 | 16.9 | 6.18 | - |
| YUV | 112.97 | 96.41 | 152.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 106 | 57 | 0 | 0.28 | 0.61 | 0.42 | 32.31 | 0.44 | 0.4 |
| Hex | 94 | 6A | 39 | 0 | 1C | 3D | 2A | 20 | 2C | 28 |
| Octal | 224 | 152 | 71 | 0 | 34 | 75 | 52 | 40 | 54 | 50 |
| Binary | 10010100 | 1101010 | 111001 | 0 | 11100 | 111101 | 101010 | 100000 | 101100 | 101000 |
Color Harmonies of #946A39
Complementary color
Monochromatic Colors of #946A39
Black with #946A39
Text Example
Text Example
White with #946A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946A39; }
p { color: rgb(148,106,57); }
H1.HeaderClassName
{
color: #946A39;
}
.AnyTagClassName
{
color: #946A39;
}
</style>
background-color css
<style>
a { background-color: #946A39; }
a { background-color: rgb(148,106,57); }
div.DivClassName
{
background-color: #946A39;
}
.BgClassName
{
background-color: #946A39;
}
</style>
border-color css
<style>
span { border-color: #946A39; }
span { border-color: rgb(148,106,57); }
td.TdClassName
{
border-color: #946A39;
}
.TagClassName
{
border-color: #946A39;
}
</style>