Shades of McKenzie #946C41
Tints of McKenzie #946C41
RGB
CMYK
RGB Variations
Color information
#946C41 (or 0x946C41) is known color: McKenzie. HEX triplet: 94, 6C and 41. RGB value is (148,108,65). Sum of RGB (Red+Green+Blue) = 148+108+65=321 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.11% from 321); Green value is 108 (42.58% from 255 or 33.64% from 321); Blue value is 65 (25.78% from 255 or 20.25% from 321); Max value from RGB is 148 - color contains mainly: red. Hex color #946C41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946C41 is #6B93BE. Grayscale: #737373. Windows color (decimal): -7050175 or 4287636. OLE color: 4287636.
HSL color Cylindrical-coordinate representation of color #946C41: hue angle of 31.08º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #946C41 is Cyan = 0, Magento = 0.27, Yellow = 0.56 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 108 | 65 | - |
| CMYK | 0 | 0.27 | 0.56 | 0.42 |
| HSL | 31.08º | 0.39% | 0.42% | - |
| HSV(B) | 31.08º | 0.56% | 0.58% | - |
| XYZ | 18.53 | 17.4 | 7.38 | - |
| YUV | 115.06 | 99.75 | 151.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 108 | 65 | 0 | 0.27 | 0.56 | 0.42 | 31.08 | 0.39 | 0.42 |
| Hex | 94 | 6C | 41 | 0 | 1B | 38 | 2A | 1F | 27 | 2A |
| Octal | 224 | 154 | 101 | 0 | 33 | 70 | 52 | 37 | 47 | 52 |
| Binary | 10010100 | 1101100 | 1000001 | 0 | 11011 | 111000 | 101010 | 11111 | 100111 | 101010 |
Color Harmonies of #946C41
Complementary color
Monochromatic Colors of #946C41
Black with #946C41
Text Example
Text Example
White with #946C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946C41; }
p { color: rgb(148,108,65); }
H1.HeaderClassName
{
color: #946C41;
}
.AnyTagClassName
{
color: #946C41;
}
</style>
background-color css
<style>
a { background-color: #946C41; }
a { background-color: rgb(148,108,65); }
div.DivClassName
{
background-color: #946C41;
}
.BgClassName
{
background-color: #946C41;
}
</style>
border-color css
<style>
span { border-color: #946C41; }
span { border-color: rgb(148,108,65); }
td.TdClassName
{
border-color: #946C41;
}
.TagClassName
{
border-color: #946C41;
}
</style>