Shades of McKenzie #94623C
Tints of McKenzie #94623C
RGB
CMYK
RGB Variations
Color information
#94623C (or 0x94623C) is known color: McKenzie. HEX triplet: 94, 62 and 3C. RGB value is (148,98,60). Sum of RGB (Red+Green+Blue) = 148+98+60=306 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.37% from 306); Green value is 98 (38.67% from 255 or 32.03% from 306); Blue value is 60 (23.83% from 255 or 19.61% from 306); Max value from RGB is 148 - color contains mainly: red. Hex color #94623C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94623C is #6B9DC3. Grayscale: #6C6C6C. Windows color (decimal): -7052740 or 3957396. OLE color: 3957396.
HSL color Cylindrical-coordinate representation of color #94623C: hue angle of 25.91º 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 #94623C is Cyan = 0, Magento = 0.34, Yellow = 0.59 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 98 | 60 | - |
| CMYK | 0 | 0.34 | 0.59 | 0.42 |
| HSL | 25.91º | 0.42% | 0.41% | - |
| HSV(B) | 25.91º | 0.59% | 0.58% | - |
| XYZ | 17.4 | 15.36 | 6.32 | - |
| YUV | 108.62 | 100.57 | 156.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 98 | 60 | 0 | 0.34 | 0.59 | 0.42 | 25.91 | 0.42 | 0.41 |
| Hex | 94 | 62 | 3C | 0 | 22 | 3B | 2A | 1A | 2A | 29 |
| Octal | 224 | 142 | 74 | 0 | 42 | 73 | 52 | 32 | 52 | 51 |
| Binary | 10010100 | 1100010 | 111100 | 0 | 100010 | 111011 | 101010 | 11010 | 101010 | 101001 |
Color Harmonies of #94623C
Complementary color
Monochromatic Colors of #94623C
Black with #94623C
Text Example
Text Example
White with #94623C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94623C; }
p { color: rgb(148,98,60); }
H1.HeaderClassName
{
color: #94623C;
}
.AnyTagClassName
{
color: #94623C;
}
</style>
background-color css
<style>
a { background-color: #94623C; }
a { background-color: rgb(148,98,60); }
div.DivClassName
{
background-color: #94623C;
}
.BgClassName
{
background-color: #94623C;
}
</style>
border-color css
<style>
span { border-color: #94623C; }
span { border-color: rgb(148,98,60); }
td.TdClassName
{
border-color: #94623C;
}
.TagClassName
{
border-color: #94623C;
}
</style>