Shades of McKenzie #976C3F
Tints of McKenzie #976C3F
RGB
CMYK
RGB Variations
Color information
#976C3F (or 0x976C3F) is known color: McKenzie. HEX triplet: 97, 6C and 3F. RGB value is (151,108,63). Sum of RGB (Red+Green+Blue) = 151+108+63=322 (42% of max value = 765). Red value is 151 (59.38% from 255 or 46.89% from 322); Green value is 108 (42.58% from 255 or 33.54% from 322); Blue value is 63 (25% from 255 or 19.57% from 322); Max value from RGB is 151 - color contains mainly: red. Hex color #976C3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #976C3F is #6893C0. Grayscale: #737373. Windows color (decimal): -6853569 or 4156567. OLE color: 4156567.
HSL color Cylindrical-coordinate representation of color #976C3F: hue angle of 30.68º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #976C3F is Cyan = 0, Magento = 0.28, Yellow = 0.58 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 108 | 63 | - |
| CMYK | 0 | 0.28 | 0.58 | 0.41 |
| HSL | 30.68º | 0.41% | 0.42% | - |
| HSV(B) | 30.68º | 0.58% | 0.59% | - |
| XYZ | 19.02 | 17.66 | 7.11 | - |
| YUV | 115.73 | 98.25 | 153.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 108 | 63 | 0 | 0.28 | 0.58 | 0.41 | 30.68 | 0.41 | 0.42 |
| Hex | 97 | 6C | 3F | 0 | 1C | 3A | 29 | 1F | 29 | 2A |
| Octal | 227 | 154 | 77 | 0 | 34 | 72 | 51 | 37 | 51 | 52 |
| Binary | 10010111 | 1101100 | 111111 | 0 | 11100 | 111010 | 101001 | 11111 | 101001 | 101010 |
Color Harmonies of #976C3F
Complementary color
Monochromatic Colors of #976C3F
Black with #976C3F
Text Example
Text Example
White with #976C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #976C3F; }
p { color: rgb(151,108,63); }
H1.HeaderClassName
{
color: #976C3F;
}
.AnyTagClassName
{
color: #976C3F;
}
</style>
background-color css
<style>
a { background-color: #976C3F; }
a { background-color: rgb(151,108,63); }
div.DivClassName
{
background-color: #976C3F;
}
.BgClassName
{
background-color: #976C3F;
}
</style>
border-color css
<style>
span { border-color: #976C3F; }
span { border-color: rgb(151,108,63); }
td.TdClassName
{
border-color: #976C3F;
}
.TagClassName
{
border-color: #976C3F;
}
</style>