Shades of McKenzie #986D3F
Tints of McKenzie #986D3F
RGB
CMYK
RGB Variations
Color information
#986D3F (or 0x986D3F) is known color: McKenzie. HEX triplet: 98, 6D and 3F. RGB value is (152,109,63). Sum of RGB (Red+Green+Blue) = 152+109+63=324 (42% of max value = 765). Red value is 152 (59.77% from 255 or 46.91% from 324); Green value is 109 (42.97% from 255 or 33.64% from 324); Blue value is 63 (25% from 255 or 19.44% from 324); Max value from RGB is 152 - color contains mainly: red. Hex color #986D3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986D3F is #6792C0. Grayscale: #747474. Windows color (decimal): -6787777 or 4156824. OLE color: 4156824.
HSL color Cylindrical-coordinate representation of color #986D3F: hue angle of 31.01º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #986D3F is Cyan = 0, Magento = 0.28, Yellow = 0.59 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 109 | 63 | - |
| CMYK | 0 | 0.28 | 0.59 | 0.40 |
| HSL | 31.01º | 0.41% | 0.42% | - |
| HSV(B) | 31.01º | 0.59% | 0.6% | - |
| XYZ | 19.31 | 17.97 | 7.15 | - |
| YUV | 116.61 | 97.75 | 153.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 109 | 63 | 0 | 0.28 | 0.59 | 0.40 | 31.01 | 0.41 | 0.42 |
| Hex | 98 | 6D | 3F | 0 | 1C | 3B | 28 | 1F | 29 | 2A |
| Octal | 230 | 155 | 77 | 0 | 34 | 73 | 50 | 37 | 51 | 52 |
| Binary | 10011000 | 1101101 | 111111 | 0 | 11100 | 111011 | 101000 | 11111 | 101001 | 101010 |
Color Harmonies of #986D3F
Complementary color
Monochromatic Colors of #986D3F
Black with #986D3F
Text Example
Text Example
White with #986D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986D3F; }
p { color: rgb(152,109,63); }
H1.HeaderClassName
{
color: #986D3F;
}
.AnyTagClassName
{
color: #986D3F;
}
</style>
background-color css
<style>
a { background-color: #986D3F; }
a { background-color: rgb(152,109,63); }
div.DivClassName
{
background-color: #986D3F;
}
.BgClassName
{
background-color: #986D3F;
}
</style>
border-color css
<style>
span { border-color: #986D3F; }
span { border-color: rgb(152,109,63); }
td.TdClassName
{
border-color: #986D3F;
}
.TagClassName
{
border-color: #986D3F;
}
</style>