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