Shades of McKenzie #966B3E
Tints of McKenzie #966B3E
RGB
CMYK
RGB Variations
Color information
#966B3E (or 0x966B3E) is known color: McKenzie. HEX triplet: 96, 6B and 3E. RGB value is (150,107,62). Sum of RGB (Red+Green+Blue) = 150+107+62=319 (42% of max value = 765). Red value is 150 (58.98% from 255 or 47.02% from 319); Green value is 107 (42.19% from 255 or 33.54% from 319); Blue value is 62 (24.61% from 255 or 19.44% from 319); Max value from RGB is 150 - color contains mainly: red. Hex color #966B3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966B3E is #6994C1. Grayscale: #727272. Windows color (decimal): -6919362 or 4090774. OLE color: 4090774.
HSL color Cylindrical-coordinate representation of color #966B3E: hue angle of 30.68º degrees, saturation: 0.42, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #966B3E is Cyan = 0, Magento = 0.29, Yellow = 0.59 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 107 | 62 | - |
| CMYK | 0 | 0.29 | 0.59 | 0.41 |
| HSL | 30.68º | 0.42% | 0.42% | - |
| HSV(B) | 30.68º | 0.59% | 0.59% | - |
| XYZ | 18.7 | 17.35 | 6.92 | - |
| YUV | 114.73 | 98.25 | 153.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 107 | 62 | 0 | 0.29 | 0.59 | 0.41 | 30.68 | 0.42 | 0.42 |
| Hex | 96 | 6B | 3E | 0 | 1D | 3B | 29 | 1F | 2A | 2A |
| Octal | 226 | 153 | 76 | 0 | 35 | 73 | 51 | 37 | 52 | 52 |
| Binary | 10010110 | 1101011 | 111110 | 0 | 11101 | 111011 | 101001 | 11111 | 101010 | 101010 |
Color Harmonies of #966B3E
Complementary color
Monochromatic Colors of #966B3E
Black with #966B3E
Text Example
Text Example
White with #966B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966B3E; }
p { color: rgb(150,107,62); }
H1.HeaderClassName
{
color: #966B3E;
}
.AnyTagClassName
{
color: #966B3E;
}
</style>
background-color css
<style>
a { background-color: #966B3E; }
a { background-color: rgb(150,107,62); }
div.DivClassName
{
background-color: #966B3E;
}
.BgClassName
{
background-color: #966B3E;
}
</style>
border-color css
<style>
span { border-color: #966B3E; }
span { border-color: rgb(150,107,62); }
td.TdClassName
{
border-color: #966B3E;
}
.TagClassName
{
border-color: #966B3E;
}
</style>