Shades of McKenzie #956B3A
Tints of McKenzie #956B3A
RGB
CMYK
RGB Variations
Color information
#956B3A (or 0x956B3A) is known color: McKenzie. HEX triplet: 95, 6B and 3A. RGB value is (149,107,58). Sum of RGB (Red+Green+Blue) = 149+107+58=314 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.45% from 314); Green value is 107 (42.19% from 255 or 34.08% from 314); Blue value is 58 (23.05% from 255 or 18.47% from 314); Max value from RGB is 149 - color contains mainly: red. Hex color #956B3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956B3A is #6A94C5. Grayscale: #727272. Windows color (decimal): -6984902 or 3828629. OLE color: 3828629.
HSL color Cylindrical-coordinate representation of color #956B3A: hue angle of 32.31º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #956B3A is Cyan = 0, Magento = 0.28, Yellow = 0.61 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 107 | 58 | - |
| CMYK | 0 | 0.28 | 0.61 | 0.42 |
| HSL | 32.31º | 0.44% | 0.41% | - |
| HSV(B) | 32.31º | 0.61% | 0.58% | - |
| XYZ | 18.42 | 17.21 | 6.35 | - |
| YUV | 113.97 | 96.41 | 152.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 107 | 58 | 0 | 0.28 | 0.61 | 0.42 | 32.31 | 0.44 | 0.41 |
| Hex | 95 | 6B | 3A | 0 | 1C | 3D | 2A | 20 | 2C | 29 |
| Octal | 225 | 153 | 72 | 0 | 34 | 75 | 52 | 40 | 54 | 51 |
| Binary | 10010101 | 1101011 | 111010 | 0 | 11100 | 111101 | 101010 | 100000 | 101100 | 101001 |
Color Harmonies of #956B3A
Complementary color
Monochromatic Colors of #956B3A
Black with #956B3A
Text Example
Text Example
White with #956B3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956B3A; }
p { color: rgb(149,107,58); }
H1.HeaderClassName
{
color: #956B3A;
}
.AnyTagClassName
{
color: #956B3A;
}
</style>
background-color css
<style>
a { background-color: #956B3A; }
a { background-color: rgb(149,107,58); }
div.DivClassName
{
background-color: #956B3A;
}
.BgClassName
{
background-color: #956B3A;
}
</style>
border-color css
<style>
span { border-color: #956B3A; }
span { border-color: rgb(149,107,58); }
td.TdClassName
{
border-color: #956B3A;
}
.TagClassName
{
border-color: #956B3A;
}
</style>