Shades of McKenzie #93613C
Tints of McKenzie #93613C
RGB
CMYK
RGB Variations
Color information
#93613C (or 0x93613C) is known color: McKenzie. HEX triplet: 93, 61 and 3C. RGB value is (147,97,60). Sum of RGB (Red+Green+Blue) = 147+97+60=304 (40% of max value = 765). Red value is 147 (57.81% from 255 or 48.36% from 304); Green value is 97 (38.28% from 255 or 31.91% from 304); Blue value is 60 (23.83% from 255 or 19.74% from 304); Max value from RGB is 147 - color contains mainly: red. Hex color #93613C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #93613C is #6C9EC3. Grayscale: #6B6B6B. Windows color (decimal): -7118532 or 3957139. OLE color: 3957139.
HSL color Cylindrical-coordinate representation of color #93613C: 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 #93613C is Cyan = 0, Magento = 0.34, Yellow = 0.59 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 97 | 60 | - |
| 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.12 | 15.08 | 6.28 | - |
| YUV | 107.73 | 101.07 | 156.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 97 | 60 | 0 | 0.34 | 0.59 | 0.42 | 25.52 | 0.42 | 0.41 |
| Hex | 93 | 61 | 3C | 0 | 22 | 3B | 2A | 1A | 2A | 29 |
| Octal | 223 | 141 | 74 | 0 | 42 | 73 | 52 | 32 | 52 | 51 |
| Binary | 10010011 | 1100001 | 111100 | 0 | 100010 | 111011 | 101010 | 11010 | 101010 | 101001 |
Color Harmonies of #93613C
Complementary color
Monochromatic Colors of #93613C
Black with #93613C
Text Example
Text Example
White with #93613C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93613C; }
p { color: rgb(147,97,60); }
H1.HeaderClassName
{
color: #93613C;
}
.AnyTagClassName
{
color: #93613C;
}
</style>
background-color css
<style>
a { background-color: #93613C; }
a { background-color: rgb(147,97,60); }
div.DivClassName
{
background-color: #93613C;
}
.BgClassName
{
background-color: #93613C;
}
</style>
border-color css
<style>
span { border-color: #93613C; }
span { border-color: rgb(147,97,60); }
td.TdClassName
{
border-color: #93613C;
}
.TagClassName
{
border-color: #93613C;
}
</style>