Shades of McKenzie #90703C
Tints of McKenzie #90703C
RGB
CMYK
RGB Variations
Color information
#90703C (or 0x90703C) is known color: McKenzie. HEX triplet: 90, 70 and 3C. RGB value is (144,112,60). Sum of RGB (Red+Green+Blue) = 144+112+60=316 (41% of max value = 765). Red value is 144 (56.64% from 255 or 45.57% from 316); Green value is 112 (44.14% from 255 or 35.44% from 316); Blue value is 60 (23.83% from 255 or 18.99% from 316); Max value from RGB is 144 - color contains mainly: red. Hex color #90703C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #90703C is #6F8FC3. Grayscale: #737373. Windows color (decimal): -7311300 or 3960976. OLE color: 3960976.
HSL color Cylindrical-coordinate representation of color #90703C: hue angle of 37.14º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #90703C is Cyan = 0, Magento = 0.22, Yellow = 0.58 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 112 | 60 | - |
| CMYK | 0 | 0.22 | 0.58 | 0.44 |
| HSL | 37.14º | 0.41% | 0.4% | - |
| HSV(B) | 37.14º | 0.58% | 0.56% | - |
| XYZ | 18.11 | 17.84 | 6.76 | - |
| YUV | 115.64 | 96.6 | 148.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 112 | 60 | 0 | 0.22 | 0.58 | 0.44 | 37.14 | 0.41 | 0.4 |
| Hex | 90 | 70 | 3C | 0 | 16 | 3A | 2C | 25 | 29 | 28 |
| Octal | 220 | 160 | 74 | 0 | 26 | 72 | 54 | 45 | 51 | 50 |
| Binary | 10010000 | 1110000 | 111100 | 0 | 10110 | 111010 | 101100 | 100101 | 101001 | 101000 |
Color Harmonies of #90703C
Complementary color
Monochromatic Colors of #90703C
Black with #90703C
Text Example
Text Example
White with #90703C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90703C; }
p { color: rgb(144,112,60); }
H1.HeaderClassName
{
color: #90703C;
}
.AnyTagClassName
{
color: #90703C;
}
</style>
background-color css
<style>
a { background-color: #90703C; }
a { background-color: rgb(144,112,60); }
div.DivClassName
{
background-color: #90703C;
}
.BgClassName
{
background-color: #90703C;
}
</style>
border-color css
<style>
span { border-color: #90703C; }
span { border-color: rgb(144,112,60); }
td.TdClassName
{
border-color: #90703C;
}
.TagClassName
{
border-color: #90703C;
}
</style>