Shades of McKenzie #98683F
Tints of McKenzie #98683F
RGB
CMYK
RGB Variations
Color information
#98683F (or 0x98683F) is known color: McKenzie. HEX triplet: 98, 68 and 3F. RGB value is (152,104,63). Sum of RGB (Red+Green+Blue) = 152+104+63=319 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.65% from 319); Green value is 104 (41.02% from 255 or 32.60% from 319); Blue value is 63 (25% from 255 or 19.75% from 319); Max value from RGB is 152 - color contains mainly: red. Hex color #98683F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98683F is #6797C0. Grayscale: #717171. Windows color (decimal): -6789057 or 4155544. OLE color: 4155544.
HSL color Cylindrical-coordinate representation of color #98683F: hue angle of 27.64º 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 #98683F is Cyan = 0, Magento = 0.32, Yellow = 0.59 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 104 | 63 | - |
| CMYK | 0 | 0.32 | 0.59 | 0.40 |
| HSL | 27.64º | 0.41% | 0.42% | - |
| HSV(B) | 27.64º | 0.59% | 0.6% | - |
| XYZ | 18.8 | 16.93 | 6.98 | - |
| YUV | 113.68 | 99.4 | 155.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 104 | 63 | 0 | 0.32 | 0.59 | 0.40 | 27.64 | 0.41 | 0.42 |
| Hex | 98 | 68 | 3F | 0 | 20 | 3B | 28 | 1C | 29 | 2A |
| Octal | 230 | 150 | 77 | 0 | 40 | 73 | 50 | 34 | 51 | 52 |
| Binary | 10011000 | 1101000 | 111111 | 0 | 100000 | 111011 | 101000 | 11100 | 101001 | 101010 |
Color Harmonies of #98683F
Complementary color
Monochromatic Colors of #98683F
Black with #98683F
Text Example
Text Example
White with #98683F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98683F; }
p { color: rgb(152,104,63); }
H1.HeaderClassName
{
color: #98683F;
}
.AnyTagClassName
{
color: #98683F;
}
</style>
background-color css
<style>
a { background-color: #98683F; }
a { background-color: rgb(152,104,63); }
div.DivClassName
{
background-color: #98683F;
}
.BgClassName
{
background-color: #98683F;
}
</style>
border-color css
<style>
span { border-color: #98683F; }
span { border-color: rgb(152,104,63); }
td.TdClassName
{
border-color: #98683F;
}
.TagClassName
{
border-color: #98683F;
}
</style>