Shades of McKenzie #956D3C
Tints of McKenzie #956D3C
RGB
CMYK
RGB Variations
Color information
#956D3C (or 0x956D3C) is known color: McKenzie. HEX triplet: 95, 6D and 3C. RGB value is (149,109,60). Sum of RGB (Red+Green+Blue) = 149+109+60=318 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.86% from 318); Green value is 109 (42.97% from 255 or 34.28% from 318); Blue value is 60 (23.83% from 255 or 18.87% from 318); Max value from RGB is 149 - color contains mainly: red. Hex color #956D3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956D3C is #6A92C3. Grayscale: #737373. Windows color (decimal): -6984388 or 3960213. OLE color: 3960213.
HSL color Cylindrical-coordinate representation of color #956D3C: hue angle of 33.03º 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 #956D3C is Cyan = 0, Magento = 0.27, Yellow = 0.60 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 109 | 60 | - |
| CMYK | 0 | 0.27 | 0.60 | 0.42 |
| HSL | 33.03º | 0.43% | 0.41% | - |
| HSV(B) | 33.03º | 0.6% | 0.58% | - |
| XYZ | 18.68 | 17.65 | 6.7 | - |
| YUV | 115.37 | 96.75 | 151.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 109 | 60 | 0 | 0.27 | 0.60 | 0.42 | 33.03 | 0.43 | 0.41 |
| Hex | 95 | 6D | 3C | 0 | 1B | 3C | 2A | 21 | 2B | 29 |
| Octal | 225 | 155 | 74 | 0 | 33 | 74 | 52 | 41 | 53 | 51 |
| Binary | 10010101 | 1101101 | 111100 | 0 | 11011 | 111100 | 101010 | 100001 | 101011 | 101001 |
Color Harmonies of #956D3C
Complementary color
Monochromatic Colors of #956D3C
Black with #956D3C
Text Example
Text Example
White with #956D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956D3C; }
p { color: rgb(149,109,60); }
H1.HeaderClassName
{
color: #956D3C;
}
.AnyTagClassName
{
color: #956D3C;
}
</style>
background-color css
<style>
a { background-color: #956D3C; }
a { background-color: rgb(149,109,60); }
div.DivClassName
{
background-color: #956D3C;
}
.BgClassName
{
background-color: #956D3C;
}
</style>
border-color css
<style>
span { border-color: #956D3C; }
span { border-color: rgb(149,109,60); }
td.TdClassName
{
border-color: #956D3C;
}
.TagClassName
{
border-color: #956D3C;
}
</style>