Shades of McKenzie #976C3C
Tints of McKenzie #976C3C
RGB
CMYK
RGB Variations
Color information
#976C3C (or 0x976C3C) is known color: McKenzie. HEX triplet: 97, 6C and 3C. RGB value is (151,108,60). Sum of RGB (Red+Green+Blue) = 151+108+60=319 (42% of max value = 765). Red value is 151 (59.38% from 255 or 47.34% from 319); Green value is 108 (42.58% from 255 or 33.86% from 319); Blue value is 60 (23.83% from 255 or 18.81% from 319); Max value from RGB is 151 - color contains mainly: red. Hex color #976C3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #976C3C is #6893C3. Grayscale: #737373. Windows color (decimal): -6853572 or 3959959. OLE color: 3959959.
HSL color Cylindrical-coordinate representation of color #976C3C: hue angle of 31.65º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #976C3C is Cyan = 0, Magento = 0.28, Yellow = 0.60 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 108 | 60 | - |
| CMYK | 0 | 0.28 | 0.60 | 0.41 |
| HSL | 31.65º | 0.43% | 0.41% | - |
| HSV(B) | 31.65º | 0.6% | 0.59% | - |
| XYZ | 18.94 | 17.63 | 6.68 | - |
| YUV | 115.39 | 96.75 | 153.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 108 | 60 | 0 | 0.28 | 0.60 | 0.41 | 31.65 | 0.43 | 0.41 |
| Hex | 97 | 6C | 3C | 0 | 1C | 3C | 29 | 20 | 2B | 29 |
| Octal | 227 | 154 | 74 | 0 | 34 | 74 | 51 | 40 | 53 | 51 |
| Binary | 10010111 | 1101100 | 111100 | 0 | 11100 | 111100 | 101001 | 100000 | 101011 | 101001 |
Color Harmonies of #976C3C
Complementary color
Monochromatic Colors of #976C3C
Black with #976C3C
Text Example
Text Example
White with #976C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #976C3C; }
p { color: rgb(151,108,60); }
H1.HeaderClassName
{
color: #976C3C;
}
.AnyTagClassName
{
color: #976C3C;
}
</style>
background-color css
<style>
a { background-color: #976C3C; }
a { background-color: rgb(151,108,60); }
div.DivClassName
{
background-color: #976C3C;
}
.BgClassName
{
background-color: #976C3C;
}
</style>
border-color css
<style>
span { border-color: #976C3C; }
span { border-color: rgb(151,108,60); }
td.TdClassName
{
border-color: #976C3C;
}
.TagClassName
{
border-color: #976C3C;
}
</style>