Shades of McKenzie #986A38
Tints of McKenzie #986A38
RGB
CMYK
RGB Variations
Color information
#986A38 (or 0x986A38) is known color: McKenzie. HEX triplet: 98, 6A and 38. RGB value is (152,106,56). Sum of RGB (Red+Green+Blue) = 152+106+56=314 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.41% from 314); Green value is 106 (41.80% from 255 or 33.76% from 314); Blue value is 56 (22.27% from 255 or 17.83% from 314); Max value from RGB is 152 - color contains mainly: red. Hex color #986A38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986A38 is #6795C7. Grayscale: #727272. Windows color (decimal): -6788552 or 3697304. OLE color: 3697304.
HSL color Cylindrical-coordinate representation of color #986A38: hue angle of 31.25º 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 #986A38 is Cyan = 0, Magento = 0.30, Yellow = 0.63 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 106 | 56 | - |
| CMYK | 0 | 0.30 | 0.63 | 0.40 |
| HSL | 31.25º | 0.46% | 0.41% | - |
| HSV(B) | 31.25º | 0.63% | 0.6% | - |
| XYZ | 18.82 | 17.27 | 6.08 | - |
| YUV | 114.05 | 95.24 | 155.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 106 | 56 | 0 | 0.30 | 0.63 | 0.40 | 31.25 | 0.46 | 0.41 |
| Hex | 98 | 6A | 38 | 0 | 1E | 3F | 28 | 1F | 2E | 29 |
| Octal | 230 | 152 | 70 | 0 | 36 | 77 | 50 | 37 | 56 | 51 |
| Binary | 10011000 | 1101010 | 111000 | 0 | 11110 | 111111 | 101000 | 11111 | 101110 | 101001 |
Color Harmonies of #986A38
Complementary color
Monochromatic Colors of #986A38
Black with #986A38
Text Example
Text Example
White with #986A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986A38; }
p { color: rgb(152,106,56); }
H1.HeaderClassName
{
color: #986A38;
}
.AnyTagClassName
{
color: #986A38;
}
</style>
background-color css
<style>
a { background-color: #986A38; }
a { background-color: rgb(152,106,56); }
div.DivClassName
{
background-color: #986A38;
}
.BgClassName
{
background-color: #986A38;
}
</style>
border-color css
<style>
span { border-color: #986A38; }
span { border-color: rgb(152,106,56); }
td.TdClassName
{
border-color: #986A38;
}
.TagClassName
{
border-color: #986A38;
}
</style>