Shades of McKenzie #956D3B
Tints of McKenzie #956D3B
RGB
CMYK
RGB Variations
Color information
#956D3B (or 0x956D3B) is known color: McKenzie. HEX triplet: 95, 6D and 3B. RGB value is (149,109,59). Sum of RGB (Red+Green+Blue) = 149+109+59=317 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.00% from 317); Green value is 109 (42.97% from 255 or 34.38% from 317); Blue value is 59 (23.44% from 255 or 18.61% from 317); Max value from RGB is 149 - color contains mainly: red. Hex color #956D3B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956D3B is #6A92C4. Grayscale: #737373. Windows color (decimal): -6984389 or 3894677. OLE color: 3894677.
HSL color Cylindrical-coordinate representation of color #956D3B: hue angle of 33.33º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #956D3B is Cyan = 0, Magento = 0.27, Yellow = 0.60 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 109 | 59 | - |
| CMYK | 0 | 0.27 | 0.60 | 0.42 |
| HSL | 33.33º | 0.43% | 0.41% | - |
| HSV(B) | 33.33º | 0.6% | 0.58% | - |
| XYZ | 18.65 | 17.64 | 6.56 | - |
| YUV | 115.26 | 96.25 | 152.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 109 | 59 | 0 | 0.27 | 0.60 | 0.42 | 33.33 | 0.43 | 0.41 |
| Hex | 95 | 6D | 3B | 0 | 1B | 3C | 2A | 21 | 2B | 29 |
| Octal | 225 | 155 | 73 | 0 | 33 | 74 | 52 | 41 | 53 | 51 |
| Binary | 10010101 | 1101101 | 111011 | 0 | 11011 | 111100 | 101010 | 100001 | 101011 | 101001 |
Color Harmonies of #956D3B
Complementary color
Monochromatic Colors of #956D3B
Black with #956D3B
Text Example
Text Example
White with #956D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956D3B; }
p { color: rgb(149,109,59); }
H1.HeaderClassName
{
color: #956D3B;
}
.AnyTagClassName
{
color: #956D3B;
}
</style>
background-color css
<style>
a { background-color: #956D3B; }
a { background-color: rgb(149,109,59); }
div.DivClassName
{
background-color: #956D3B;
}
.BgClassName
{
background-color: #956D3B;
}
</style>
border-color css
<style>
span { border-color: #956D3B; }
span { border-color: rgb(149,109,59); }
td.TdClassName
{
border-color: #956D3B;
}
.TagClassName
{
border-color: #956D3B;
}
</style>