Shades of McKenzie #986535
Tints of McKenzie #986535
RGB
CMYK
RGB Variations
Color information
#986535 (or 0x986535) is known color: McKenzie. HEX triplet: 98, 65 and 35. RGB value is (152,101,53). Sum of RGB (Red+Green+Blue) = 152+101+53=306 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.67% from 306); Green value is 101 (39.84% from 255 or 33.01% from 306); Blue value is 53 (21.09% from 255 or 17.32% from 306); Max value from RGB is 152 - color contains mainly: red. Hex color #986535 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986535 is #679ACA. Grayscale: #6F6F6F. Windows color (decimal): -6789835 or 3499416. OLE color: 3499416.
HSL color Cylindrical-coordinate representation of color #986535: hue angle of 29.09º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #986535 is Cyan = 0, Magento = 0.34, Yellow = 0.65 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 101 | 53 | - |
| CMYK | 0 | 0.34 | 0.65 | 0.40 |
| HSL | 29.09º | 0.48% | 0.4% | - |
| HSV(B) | 29.09º | 0.65% | 0.6% | - |
| XYZ | 18.25 | 16.24 | 5.54 | - |
| YUV | 110.78 | 95.4 | 157.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 101 | 53 | 0 | 0.34 | 0.65 | 0.40 | 29.09 | 0.48 | 0.4 |
| Hex | 98 | 65 | 35 | 0 | 22 | 41 | 28 | 1D | 30 | 28 |
| Octal | 230 | 145 | 65 | 0 | 42 | 101 | 50 | 35 | 60 | 50 |
| Binary | 10011000 | 1100101 | 110101 | 0 | 100010 | 1000001 | 101000 | 11101 | 110000 | 101000 |
Color Harmonies of #986535
Complementary color
Monochromatic Colors of #986535
Black with #986535
Text Example
Text Example
White with #986535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986535; }
p { color: rgb(152,101,53); }
H1.HeaderClassName
{
color: #986535;
}
.AnyTagClassName
{
color: #986535;
}
</style>
background-color css
<style>
a { background-color: #986535; }
a { background-color: rgb(152,101,53); }
div.DivClassName
{
background-color: #986535;
}
.BgClassName
{
background-color: #986535;
}
</style>
border-color css
<style>
span { border-color: #986535; }
span { border-color: rgb(152,101,53); }
td.TdClassName
{
border-color: #986535;
}
.TagClassName
{
border-color: #986535;
}
</style>