Shades of McKenzie #93683C
Tints of McKenzie #93683C
RGB
CMYK
RGB Variations
Color information
#93683C (or 0x93683C) is known color: McKenzie. HEX triplet: 93, 68 and 3C. RGB value is (147,104,60). Sum of RGB (Red+Green+Blue) = 147+104+60=311 (41% of max value = 765). Red value is 147 (57.81% from 255 or 47.27% from 311); Green value is 104 (41.02% from 255 or 33.44% from 311); Blue value is 60 (23.83% from 255 or 19.29% from 311); Max value from RGB is 147 - color contains mainly: red. Hex color #93683C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #93683C is #6C97C3. Grayscale: #707070. Windows color (decimal): -7116740 or 3958931. OLE color: 3958931.
HSL color Cylindrical-coordinate representation of color #93683C: hue angle of 30.34º 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 #93683C is Cyan = 0, Magento = 0.29, Yellow = 0.59 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 104 | 60 | - |
| CMYK | 0 | 0.29 | 0.59 | 0.42 |
| HSL | 30.34º | 0.42% | 0.41% | - |
| HSV(B) | 30.34º | 0.59% | 0.58% | - |
| XYZ | 17.8 | 16.43 | 6.51 | - |
| YUV | 111.84 | 98.75 | 153.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 104 | 60 | 0 | 0.29 | 0.59 | 0.42 | 30.34 | 0.42 | 0.41 |
| Hex | 93 | 68 | 3C | 0 | 1D | 3B | 2A | 1E | 2A | 29 |
| Octal | 223 | 150 | 74 | 0 | 35 | 73 | 52 | 36 | 52 | 51 |
| Binary | 10010011 | 1101000 | 111100 | 0 | 11101 | 111011 | 101010 | 11110 | 101010 | 101001 |
Color Harmonies of #93683C
Complementary color
Monochromatic Colors of #93683C
Black with #93683C
Text Example
Text Example
White with #93683C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93683C; }
p { color: rgb(147,104,60); }
H1.HeaderClassName
{
color: #93683C;
}
.AnyTagClassName
{
color: #93683C;
}
</style>
background-color css
<style>
a { background-color: #93683C; }
a { background-color: rgb(147,104,60); }
div.DivClassName
{
background-color: #93683C;
}
.BgClassName
{
background-color: #93683C;
}
</style>
border-color css
<style>
span { border-color: #93683C; }
span { border-color: rgb(147,104,60); }
td.TdClassName
{
border-color: #93683C;
}
.TagClassName
{
border-color: #93683C;
}
</style>