Shades of McKenzie #93643C
Tints of McKenzie #93643C
RGB
CMYK
RGB Variations
Color information
#93643C (or 0x93643C) is known color: McKenzie. HEX triplet: 93, 64 and 3C. RGB value is (147,100,60). Sum of RGB (Red+Green+Blue) = 147+100+60=307 (40% of max value = 765). Red value is 147 (57.81% from 255 or 47.88% from 307); Green value is 100 (39.45% from 255 or 32.57% from 307); Blue value is 60 (23.83% from 255 or 19.54% from 307); Max value from RGB is 147 - color contains mainly: red. Hex color #93643C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #93643C is #6C9BC3. Grayscale: #6D6D6D. Windows color (decimal): -7117764 or 3957907. OLE color: 3957907.
HSL color Cylindrical-coordinate representation of color #93643C: hue angle of 27.59º 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 #93643C is Cyan = 0, Magento = 0.32, Yellow = 0.59 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 100 | 60 | - |
| CMYK | 0 | 0.32 | 0.59 | 0.42 |
| HSL | 27.59º | 0.42% | 0.41% | - |
| HSV(B) | 27.59º | 0.59% | 0.58% | - |
| XYZ | 17.41 | 15.64 | 6.38 | - |
| YUV | 109.49 | 100.07 | 154.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 100 | 60 | 0 | 0.32 | 0.59 | 0.42 | 27.59 | 0.42 | 0.41 |
| Hex | 93 | 64 | 3C | 0 | 20 | 3B | 2A | 1C | 2A | 29 |
| Octal | 223 | 144 | 74 | 0 | 40 | 73 | 52 | 34 | 52 | 51 |
| Binary | 10010011 | 1100100 | 111100 | 0 | 100000 | 111011 | 101010 | 11100 | 101010 | 101001 |
Color Harmonies of #93643C
Complementary color
Monochromatic Colors of #93643C
Black with #93643C
Text Example
Text Example
White with #93643C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93643C; }
p { color: rgb(147,100,60); }
H1.HeaderClassName
{
color: #93643C;
}
.AnyTagClassName
{
color: #93643C;
}
</style>
background-color css
<style>
a { background-color: #93643C; }
a { background-color: rgb(147,100,60); }
div.DivClassName
{
background-color: #93643C;
}
.BgClassName
{
background-color: #93643C;
}
</style>
border-color css
<style>
span { border-color: #93643C; }
span { border-color: rgb(147,100,60); }
td.TdClassName
{
border-color: #93643C;
}
.TagClassName
{
border-color: #93643C;
}
</style>