Shades of McKenzie #976D3C
Tints of McKenzie #976D3C
RGB
CMYK
RGB Variations
Color information
#976D3C (or 0x976D3C) is known color: McKenzie. HEX triplet: 97, 6D and 3C. RGB value is (151,109,60). Sum of RGB (Red+Green+Blue) = 151+109+60=320 (42% of max value = 765). Red value is 151 (59.38% from 255 or 47.19% from 320); Green value is 109 (42.97% from 255 or 34.06% from 320); Blue value is 60 (23.83% from 255 or 18.75% from 320); Max value from RGB is 151 - color contains mainly: red. Hex color #976D3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #976D3C is #6892C3. Grayscale: #747474. Windows color (decimal): -6853316 or 3960215. OLE color: 3960215.
HSL color Cylindrical-coordinate representation of color #976D3C: hue angle of 32.31º 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 #976D3C is Cyan = 0, Magento = 0.28, Yellow = 0.60 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 109 | 60 | - |
| CMYK | 0 | 0.28 | 0.60 | 0.41 |
| HSL | 32.31º | 0.43% | 0.41% | - |
| HSV(B) | 32.31º | 0.6% | 0.59% | - |
| XYZ | 19.05 | 17.84 | 6.72 | - |
| YUV | 115.97 | 96.41 | 152.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 109 | 60 | 0 | 0.28 | 0.60 | 0.41 | 32.31 | 0.43 | 0.41 |
| Hex | 97 | 6D | 3C | 0 | 1C | 3C | 29 | 20 | 2B | 29 |
| Octal | 227 | 155 | 74 | 0 | 34 | 74 | 51 | 40 | 53 | 51 |
| Binary | 10010111 | 1101101 | 111100 | 0 | 11100 | 111100 | 101001 | 100000 | 101011 | 101001 |
Color Harmonies of #976D3C
Complementary color
Monochromatic Colors of #976D3C
Black with #976D3C
Text Example
Text Example
White with #976D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #976D3C; }
p { color: rgb(151,109,60); }
H1.HeaderClassName
{
color: #976D3C;
}
.AnyTagClassName
{
color: #976D3C;
}
</style>
background-color css
<style>
a { background-color: #976D3C; }
a { background-color: rgb(151,109,60); }
div.DivClassName
{
background-color: #976D3C;
}
.BgClassName
{
background-color: #976D3C;
}
</style>
border-color css
<style>
span { border-color: #976D3C; }
span { border-color: rgb(151,109,60); }
td.TdClassName
{
border-color: #976D3C;
}
.TagClassName
{
border-color: #976D3C;
}
</style>