Shades of McKenzie #936B42
Tints of McKenzie #936B42
RGB
CMYK
RGB Variations
Color information
#936B42 (or 0x936B42) is known color: McKenzie. HEX triplet: 93, 6B and 42. RGB value is (147,107,66). Sum of RGB (Red+Green+Blue) = 147+107+66=320 (42% of max value = 765). Red value is 147 (57.81% from 255 or 45.94% from 320); Green value is 107 (42.19% from 255 or 33.44% from 320); Blue value is 66 (26.17% from 255 or 20.62% from 320); Max value from RGB is 147 - color contains mainly: red. Hex color #936B42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #936B42 is #6C94BD. Grayscale: #727272. Windows color (decimal): -7115966 or 4352915. OLE color: 4352915.
HSL color Cylindrical-coordinate representation of color #936B42: hue angle of 30.37º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #936B42 is Cyan = 0, Magento = 0.27, Yellow = 0.55 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 107 | 66 | - |
| CMYK | 0 | 0.27 | 0.55 | 0.42 |
| HSL | 30.37º | 0.38% | 0.42% | - |
| HSV(B) | 30.37º | 0.55% | 0.58% | - |
| XYZ | 18.27 | 17.11 | 7.49 | - |
| YUV | 114.29 | 100.75 | 151.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 107 | 66 | 0 | 0.27 | 0.55 | 0.42 | 30.37 | 0.38 | 0.42 |
| Hex | 93 | 6B | 42 | 0 | 1B | 37 | 2A | 1E | 26 | 2A |
| Octal | 223 | 153 | 102 | 0 | 33 | 67 | 52 | 36 | 46 | 52 |
| Binary | 10010011 | 1101011 | 1000010 | 0 | 11011 | 110111 | 101010 | 11110 | 100110 | 101010 |
Color Harmonies of #936B42
Complementary color
Monochromatic Colors of #936B42
Black with #936B42
Text Example
Text Example
White with #936B42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #936B42; }
p { color: rgb(147,107,66); }
H1.HeaderClassName
{
color: #936B42;
}
.AnyTagClassName
{
color: #936B42;
}
</style>
background-color css
<style>
a { background-color: #936B42; }
a { background-color: rgb(147,107,66); }
div.DivClassName
{
background-color: #936B42;
}
.BgClassName
{
background-color: #936B42;
}
</style>
border-color css
<style>
span { border-color: #936B42; }
span { border-color: rgb(147,107,66); }
td.TdClassName
{
border-color: #936B42;
}
.TagClassName
{
border-color: #936B42;
}
</style>