Shades of McKenzie #946A3C
Tints of McKenzie #946A3C
RGB
CMYK
RGB Variations
Color information
#946A3C (or 0x946A3C) is known color: McKenzie. HEX triplet: 94, 6A and 3C. RGB value is (148,106,60). Sum of RGB (Red+Green+Blue) = 148+106+60=314 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.13% from 314); Green value is 106 (41.80% from 255 or 33.76% from 314); Blue value is 60 (23.83% from 255 or 19.11% from 314); Max value from RGB is 148 - color contains mainly: red. Hex color #946A3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946A3C is #6B95C3. Grayscale: #717171. Windows color (decimal): -7050692 or 3959444. OLE color: 3959444.
HSL color Cylindrical-coordinate representation of color #946A3C: hue angle of 31.36º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #946A3C is Cyan = 0, Magento = 0.28, Yellow = 0.59 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 106 | 60 | - |
| CMYK | 0 | 0.28 | 0.59 | 0.42 |
| HSL | 31.36º | 0.42% | 0.41% | - |
| HSV(B) | 31.36º | 0.59% | 0.58% | - |
| XYZ | 18.18 | 16.93 | 6.58 | - |
| YUV | 113.31 | 97.91 | 152.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 106 | 60 | 0 | 0.28 | 0.59 | 0.42 | 31.36 | 0.42 | 0.41 |
| Hex | 94 | 6A | 3C | 0 | 1C | 3B | 2A | 1F | 2A | 29 |
| Octal | 224 | 152 | 74 | 0 | 34 | 73 | 52 | 37 | 52 | 51 |
| Binary | 10010100 | 1101010 | 111100 | 0 | 11100 | 111011 | 101010 | 11111 | 101010 | 101001 |
Color Harmonies of #946A3C
Complementary color
Monochromatic Colors of #946A3C
Black with #946A3C
Text Example
Text Example
White with #946A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946A3C; }
p { color: rgb(148,106,60); }
H1.HeaderClassName
{
color: #946A3C;
}
.AnyTagClassName
{
color: #946A3C;
}
</style>
background-color css
<style>
a { background-color: #946A3C; }
a { background-color: rgb(148,106,60); }
div.DivClassName
{
background-color: #946A3C;
}
.BgClassName
{
background-color: #946A3C;
}
</style>
border-color css
<style>
span { border-color: #946A3C; }
span { border-color: rgb(148,106,60); }
td.TdClassName
{
border-color: #946A3C;
}
.TagClassName
{
border-color: #946A3C;
}
</style>