Shades of McKenzie #93703C
Tints of McKenzie #93703C
RGB
CMYK
RGB Variations
Color information
#93703C (or 0x93703C) is known color: McKenzie. HEX triplet: 93, 70 and 3C. RGB value is (147,112,60). Sum of RGB (Red+Green+Blue) = 147+112+60=319 (42% of max value = 765). Red value is 147 (57.81% from 255 or 46.08% from 319); Green value is 112 (44.14% from 255 or 35.11% from 319); Blue value is 60 (23.83% from 255 or 18.81% from 319); Max value from RGB is 147 - color contains mainly: red. Hex color #93703C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #93703C is #6C8FC3. Grayscale: #747474. Windows color (decimal): -7114692 or 3960979. OLE color: 3960979.
HSL color Cylindrical-coordinate representation of color #93703C: hue angle of 35.86º 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 #93703C is Cyan = 0, Magento = 0.24, Yellow = 0.59 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 112 | 60 | - |
| CMYK | 0 | 0.24 | 0.59 | 0.42 |
| HSL | 35.86º | 0.42% | 0.41% | - |
| HSV(B) | 35.86º | 0.59% | 0.58% | - |
| XYZ | 18.64 | 18.12 | 6.79 | - |
| YUV | 116.54 | 96.1 | 149.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 112 | 60 | 0 | 0.24 | 0.59 | 0.42 | 35.86 | 0.42 | 0.41 |
| Hex | 93 | 70 | 3C | 0 | 18 | 3B | 2A | 24 | 2A | 29 |
| Octal | 223 | 160 | 74 | 0 | 30 | 73 | 52 | 44 | 52 | 51 |
| Binary | 10010011 | 1110000 | 111100 | 0 | 11000 | 111011 | 101010 | 100100 | 101010 | 101001 |
Color Harmonies of #93703C
Complementary color
Monochromatic Colors of #93703C
Black with #93703C
Text Example
Text Example
White with #93703C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93703C; }
p { color: rgb(147,112,60); }
H1.HeaderClassName
{
color: #93703C;
}
.AnyTagClassName
{
color: #93703C;
}
</style>
background-color css
<style>
a { background-color: #93703C; }
a { background-color: rgb(147,112,60); }
div.DivClassName
{
background-color: #93703C;
}
.BgClassName
{
background-color: #93703C;
}
</style>
border-color css
<style>
span { border-color: #93703C; }
span { border-color: rgb(147,112,60); }
td.TdClassName
{
border-color: #93703C;
}
.TagClassName
{
border-color: #93703C;
}
</style>