Shades of McKenzie #94653B
Tints of McKenzie #94653B
RGB
CMYK
RGB Variations
Color information
#94653B (or 0x94653B) is known color: McKenzie. HEX triplet: 94, 65 and 3B. RGB value is (148,101,59). Sum of RGB (Red+Green+Blue) = 148+101+59=308 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.05% from 308); Green value is 101 (39.84% from 255 or 32.79% from 308); Blue value is 59 (23.44% from 255 or 19.16% from 308); Max value from RGB is 148 - color contains mainly: red. Hex color #94653B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94653B is #6B9AC4. Grayscale: #6E6E6E. Windows color (decimal): -7051973 or 3892628. OLE color: 3892628.
HSL color Cylindrical-coordinate representation of color #94653B: hue angle of 28.31º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #94653B is Cyan = 0, Magento = 0.32, Yellow = 0.60 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 101 | 59 | - |
| CMYK | 0 | 0.32 | 0.60 | 0.42 |
| HSL | 28.31º | 0.43% | 0.41% | - |
| HSV(B) | 28.31º | 0.6% | 0.58% | - |
| XYZ | 17.66 | 15.92 | 6.28 | - |
| YUV | 110.27 | 99.07 | 154.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 101 | 59 | 0 | 0.32 | 0.60 | 0.42 | 28.31 | 0.43 | 0.41 |
| Hex | 94 | 65 | 3B | 0 | 20 | 3C | 2A | 1C | 2B | 29 |
| Octal | 224 | 145 | 73 | 0 | 40 | 74 | 52 | 34 | 53 | 51 |
| Binary | 10010100 | 1100101 | 111011 | 0 | 100000 | 111100 | 101010 | 11100 | 101011 | 101001 |
Color Harmonies of #94653B
Complementary color
Monochromatic Colors of #94653B
Black with #94653B
Text Example
Text Example
White with #94653B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94653B; }
p { color: rgb(148,101,59); }
H1.HeaderClassName
{
color: #94653B;
}
.AnyTagClassName
{
color: #94653B;
}
</style>
background-color css
<style>
a { background-color: #94653B; }
a { background-color: rgb(148,101,59); }
div.DivClassName
{
background-color: #94653B;
}
.BgClassName
{
background-color: #94653B;
}
</style>
border-color css
<style>
span { border-color: #94653B; }
span { border-color: rgb(148,101,59); }
td.TdClassName
{
border-color: #94653B;
}
.TagClassName
{
border-color: #94653B;
}
</style>