Shades of McKenzie #986838
Tints of McKenzie #986838
RGB
CMYK
RGB Variations
Color information
#986838 (or 0x986838) is known color: McKenzie. HEX triplet: 98, 68 and 38. RGB value is (152,104,56). Sum of RGB (Red+Green+Blue) = 152+104+56=312 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.72% from 312); Green value is 104 (41.02% from 255 or 33.33% from 312); Blue value is 56 (22.27% from 255 or 17.95% from 312); Max value from RGB is 152 - color contains mainly: red. Hex color #986838 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986838 is #6797C7. Grayscale: #717171. Windows color (decimal): -6789064 or 3696792. OLE color: 3696792.
HSL color Cylindrical-coordinate representation of color #986838: hue angle of 30º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #986838 is Cyan = 0, Magento = 0.32, Yellow = 0.63 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 104 | 56 | - |
| CMYK | 0 | 0.32 | 0.63 | 0.40 |
| HSL | 30º | 0.46% | 0.41% | - |
| HSV(B) | 30º | 0.63% | 0.6% | - |
| XYZ | 18.61 | 16.86 | 6.01 | - |
| YUV | 112.88 | 95.9 | 155.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 104 | 56 | 0 | 0.32 | 0.63 | 0.40 | 30 | 0.46 | 0.41 |
| Hex | 98 | 68 | 38 | 0 | 20 | 3F | 28 | 1E | 2E | 29 |
| Octal | 230 | 150 | 70 | 0 | 40 | 77 | 50 | 36 | 56 | 51 |
| Binary | 10011000 | 1101000 | 111000 | 0 | 100000 | 111111 | 101000 | 11110 | 101110 | 101001 |
Color Harmonies of #986838
Complementary color
Monochromatic Colors of #986838
Black with #986838
Text Example
Text Example
White with #986838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986838; }
p { color: rgb(152,104,56); }
H1.HeaderClassName
{
color: #986838;
}
.AnyTagClassName
{
color: #986838;
}
</style>
background-color css
<style>
a { background-color: #986838; }
a { background-color: rgb(152,104,56); }
div.DivClassName
{
background-color: #986838;
}
.BgClassName
{
background-color: #986838;
}
</style>
border-color css
<style>
span { border-color: #986838; }
span { border-color: rgb(152,104,56); }
td.TdClassName
{
border-color: #986838;
}
.TagClassName
{
border-color: #986838;
}
</style>