Shades of McKenzie #956C43
Tints of McKenzie #956C43
RGB
CMYK
RGB Variations
Color information
#956C43 (or 0x956C43) is known color: McKenzie. HEX triplet: 95, 6C and 43. RGB value is (149,108,67). Sum of RGB (Red+Green+Blue) = 149+108+67=324 (42% of max value = 765). Red value is 149 (58.59% from 255 or 45.99% from 324); Green value is 108 (42.58% from 255 or 33.33% from 324); Blue value is 67 (26.56% from 255 or 20.68% from 324); Max value from RGB is 149 - color contains mainly: red. Hex color #956C43 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956C43 is #6A93BC. Grayscale: #737373. Windows color (decimal): -6984637 or 4418709. OLE color: 4418709.
HSL color Cylindrical-coordinate representation of color #956C43: hue angle of 30º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #956C43 is Cyan = 0, Magento = 0.28, Yellow = 0.55 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 108 | 67 | - |
| CMYK | 0 | 0.28 | 0.55 | 0.42 |
| HSL | 30º | 0.38% | 0.42% | - |
| HSV(B) | 30º | 0.55% | 0.58% | - |
| XYZ | 18.77 | 17.52 | 7.7 | - |
| YUV | 115.59 | 100.58 | 151.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 108 | 67 | 0 | 0.28 | 0.55 | 0.42 | 30 | 0.38 | 0.42 |
| Hex | 95 | 6C | 43 | 0 | 1C | 37 | 2A | 1E | 26 | 2A |
| Octal | 225 | 154 | 103 | 0 | 34 | 67 | 52 | 36 | 46 | 52 |
| Binary | 10010101 | 1101100 | 1000011 | 0 | 11100 | 110111 | 101010 | 11110 | 100110 | 101010 |
Color Harmonies of #956C43
Complementary color
Monochromatic Colors of #956C43
Black with #956C43
Text Example
Text Example
White with #956C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956C43; }
p { color: rgb(149,108,67); }
H1.HeaderClassName
{
color: #956C43;
}
.AnyTagClassName
{
color: #956C43;
}
</style>
background-color css
<style>
a { background-color: #956C43; }
a { background-color: rgb(149,108,67); }
div.DivClassName
{
background-color: #956C43;
}
.BgClassName
{
background-color: #956C43;
}
</style>
border-color css
<style>
span { border-color: #956C43; }
span { border-color: rgb(149,108,67); }
td.TdClassName
{
border-color: #956C43;
}
.TagClassName
{
border-color: #956C43;
}
</style>