Shades of McKenzie #94653D
Tints of McKenzie #94653D
RGB
CMYK
RGB Variations
Color information
#94653D (or 0x94653D) is known color: McKenzie. HEX triplet: 94, 65 and 3D. RGB value is (148,101,61). Sum of RGB (Red+Green+Blue) = 148+101+61=310 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.74% from 310); Green value is 101 (39.84% from 255 or 32.58% from 310); Blue value is 61 (24.22% from 255 or 19.68% from 310); Max value from RGB is 148 - color contains mainly: red. Hex color #94653D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94653D is #6B9AC2. Grayscale: #6E6E6E. Windows color (decimal): -7051971 or 4023700. OLE color: 4023700.
HSL color Cylindrical-coordinate representation of color #94653D: hue angle of 27.59º 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 #94653D is Cyan = 0, Magento = 0.32, Yellow = 0.59 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 101 | 61 | - |
| CMYK | 0 | 0.32 | 0.59 | 0.42 |
| HSL | 27.59º | 0.42% | 0.41% | - |
| HSV(B) | 27.59º | 0.59% | 0.58% | - |
| XYZ | 17.71 | 15.94 | 6.56 | - |
| YUV | 110.49 | 100.07 | 154.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 101 | 61 | 0 | 0.32 | 0.59 | 0.42 | 27.59 | 0.42 | 0.41 |
| Hex | 94 | 65 | 3D | 0 | 20 | 3B | 2A | 1C | 2A | 29 |
| Octal | 224 | 145 | 75 | 0 | 40 | 73 | 52 | 34 | 52 | 51 |
| Binary | 10010100 | 1100101 | 111101 | 0 | 100000 | 111011 | 101010 | 11100 | 101010 | 101001 |
Color Harmonies of #94653D
Complementary color
Monochromatic Colors of #94653D
Black with #94653D
Text Example
Text Example
White with #94653D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94653D; }
p { color: rgb(148,101,61); }
H1.HeaderClassName
{
color: #94653D;
}
.AnyTagClassName
{
color: #94653D;
}
</style>
background-color css
<style>
a { background-color: #94653D; }
a { background-color: rgb(148,101,61); }
div.DivClassName
{
background-color: #94653D;
}
.BgClassName
{
background-color: #94653D;
}
</style>
border-color css
<style>
span { border-color: #94653D; }
span { border-color: rgb(148,101,61); }
td.TdClassName
{
border-color: #94653D;
}
.TagClassName
{
border-color: #94653D;
}
</style>