Shades of McKenzie #966B38
Tints of McKenzie #966B38
RGB
CMYK
RGB Variations
Color information
#966B38 (or 0x966B38) is known color: McKenzie. HEX triplet: 96, 6B and 38. RGB value is (150,107,56). Sum of RGB (Red+Green+Blue) = 150+107+56=313 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.92% from 313); Green value is 107 (42.19% from 255 or 34.19% from 313); Blue value is 56 (22.27% from 255 or 17.89% from 313); Max value from RGB is 150 - color contains mainly: red. Hex color #966B38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966B38 is #6994C7. Grayscale: #727272. Windows color (decimal): -6919368 or 3697558. OLE color: 3697558.
HSL color Cylindrical-coordinate representation of color #966B38: hue angle of 32.55º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #966B38 is Cyan = 0, Magento = 0.29, Yellow = 0.63 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 107 | 56 | - |
| CMYK | 0 | 0.29 | 0.63 | 0.41 |
| HSL | 32.55º | 0.46% | 0.4% | - |
| HSV(B) | 32.55º | 0.63% | 0.59% | - |
| XYZ | 18.55 | 17.28 | 6.1 | - |
| YUV | 114.04 | 95.25 | 153.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 107 | 56 | 0 | 0.29 | 0.63 | 0.41 | 32.55 | 0.46 | 0.4 |
| Hex | 96 | 6B | 38 | 0 | 1D | 3F | 29 | 21 | 2E | 28 |
| Octal | 226 | 153 | 70 | 0 | 35 | 77 | 51 | 41 | 56 | 50 |
| Binary | 10010110 | 1101011 | 111000 | 0 | 11101 | 111111 | 101001 | 100001 | 101110 | 101000 |
Color Harmonies of #966B38
Complementary color
Monochromatic Colors of #966B38
Black with #966B38
Text Example
Text Example
White with #966B38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966B38; }
p { color: rgb(150,107,56); }
H1.HeaderClassName
{
color: #966B38;
}
.AnyTagClassName
{
color: #966B38;
}
</style>
background-color css
<style>
a { background-color: #966B38; }
a { background-color: rgb(150,107,56); }
div.DivClassName
{
background-color: #966B38;
}
.BgClassName
{
background-color: #966B38;
}
</style>
border-color css
<style>
span { border-color: #966B38; }
span { border-color: rgb(150,107,56); }
td.TdClassName
{
border-color: #966B38;
}
.TagClassName
{
border-color: #966B38;
}
</style>