Shades of McKenzie #956C3F
Tints of McKenzie #956C3F
RGB
CMYK
RGB Variations
Color information
#956C3F (or 0x956C3F) is known color: McKenzie. HEX triplet: 95, 6C and 3F. RGB value is (149,108,63). Sum of RGB (Red+Green+Blue) = 149+108+63=320 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.56% from 320); Green value is 108 (42.58% from 255 or 33.75% from 320); Blue value is 63 (25% from 255 or 19.69% from 320); Max value from RGB is 149 - color contains mainly: red. Hex color #956C3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956C3F is #6A93C0. Grayscale: #737373. Windows color (decimal): -6984641 or 4156565. OLE color: 4156565.
HSL color Cylindrical-coordinate representation of color #956C3F: hue angle of 31.4º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #956C3F is Cyan = 0, Magento = 0.28, Yellow = 0.58 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 108 | 63 | - |
| CMYK | 0 | 0.28 | 0.58 | 0.42 |
| HSL | 31.4º | 0.41% | 0.42% | - |
| HSV(B) | 31.4º | 0.58% | 0.58% | - |
| XYZ | 18.65 | 17.47 | 7.09 | - |
| YUV | 115.13 | 98.58 | 152.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 108 | 63 | 0 | 0.28 | 0.58 | 0.42 | 31.4 | 0.41 | 0.42 |
| Hex | 95 | 6C | 3F | 0 | 1C | 3A | 2A | 1F | 29 | 2A |
| Octal | 225 | 154 | 77 | 0 | 34 | 72 | 52 | 37 | 51 | 52 |
| Binary | 10010101 | 1101100 | 111111 | 0 | 11100 | 111010 | 101010 | 11111 | 101001 | 101010 |
Color Harmonies of #956C3F
Complementary color
Monochromatic Colors of #956C3F
Black with #956C3F
Text Example
Text Example
White with #956C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956C3F; }
p { color: rgb(149,108,63); }
H1.HeaderClassName
{
color: #956C3F;
}
.AnyTagClassName
{
color: #956C3F;
}
</style>
background-color css
<style>
a { background-color: #956C3F; }
a { background-color: rgb(149,108,63); }
div.DivClassName
{
background-color: #956C3F;
}
.BgClassName
{
background-color: #956C3F;
}
</style>
border-color css
<style>
span { border-color: #956C3F; }
span { border-color: rgb(149,108,63); }
td.TdClassName
{
border-color: #956C3F;
}
.TagClassName
{
border-color: #956C3F;
}
</style>