Shades of McKenzie #90703E
Tints of McKenzie #90703E
RGB
CMYK
RGB Variations
Color information
#90703E (or 0x90703E) is known color: McKenzie. HEX triplet: 90, 70 and 3E. RGB value is (144,112,62). Sum of RGB (Red+Green+Blue) = 144+112+62=318 (42% of max value = 765). Red value is 144 (56.64% from 255 or 45.28% from 318); Green value is 112 (44.14% from 255 or 35.22% from 318); Blue value is 62 (24.61% from 255 or 19.50% from 318); Max value from RGB is 144 - color contains mainly: red. Hex color #90703E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #90703E is #6F8FC1. Grayscale: #747474. Windows color (decimal): -7311298 or 4092048. OLE color: 4092048.
HSL color Cylindrical-coordinate representation of color #90703E: hue angle of 36.59º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #90703E is Cyan = 0, Magento = 0.22, Yellow = 0.57 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 112 | 62 | - |
| CMYK | 0 | 0.22 | 0.57 | 0.44 |
| HSL | 36.59º | 0.4% | 0.4% | - |
| HSV(B) | 36.59º | 0.57% | 0.56% | - |
| XYZ | 18.17 | 17.87 | 7.05 | - |
| YUV | 115.87 | 97.6 | 148.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 112 | 62 | 0 | 0.22 | 0.57 | 0.44 | 36.59 | 0.4 | 0.4 |
| Hex | 90 | 70 | 3E | 0 | 16 | 39 | 2C | 25 | 28 | 28 |
| Octal | 220 | 160 | 76 | 0 | 26 | 71 | 54 | 45 | 50 | 50 |
| Binary | 10010000 | 1110000 | 111110 | 0 | 10110 | 111001 | 101100 | 100101 | 101000 | 101000 |
Color Harmonies of #90703E
Complementary color
Monochromatic Colors of #90703E
Black with #90703E
Text Example
Text Example
White with #90703E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90703E; }
p { color: rgb(144,112,62); }
H1.HeaderClassName
{
color: #90703E;
}
.AnyTagClassName
{
color: #90703E;
}
</style>
background-color css
<style>
a { background-color: #90703E; }
a { background-color: rgb(144,112,62); }
div.DivClassName
{
background-color: #90703E;
}
.BgClassName
{
background-color: #90703E;
}
</style>
border-color css
<style>
span { border-color: #90703E; }
span { border-color: rgb(144,112,62); }
td.TdClassName
{
border-color: #90703E;
}
.TagClassName
{
border-color: #90703E;
}
</style>