Shades of McKenzie #90603C
Tints of McKenzie #90603C
RGB
CMYK
RGB Variations
Color information
#90603C (or 0x90603C) is known color: McKenzie. HEX triplet: 90, 60 and 3C. RGB value is (144,96,60). Sum of RGB (Red+Green+Blue) = 144+96+60=300 (39% of max value = 765). Red value is 144 (56.64% from 255 or 48% from 300); Green value is 96 (37.89% from 255 or 32% from 300); Blue value is 60 (23.83% from 255 or 20% from 300); Max value from RGB is 144 - color contains mainly: red. Hex color #90603C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #90603C is #6F9FC3. Grayscale: #6A6A6A. Windows color (decimal): -7315396 or 3956880. OLE color: 3956880.
HSL color Cylindrical-coordinate representation of color #90603C: hue angle of 25.71º 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 #90603C is Cyan = 0, Magento = 0.33, Yellow = 0.58 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 96 | 60 | - |
| CMYK | 0 | 0.33 | 0.58 | 0.44 |
| HSL | 25.71º | 0.41% | 0.4% | - |
| HSV(B) | 25.71º | 0.58% | 0.56% | - |
| XYZ | 16.5 | 14.62 | 6.23 | - |
| YUV | 106.25 | 101.9 | 154.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 96 | 60 | 0 | 0.33 | 0.58 | 0.44 | 25.71 | 0.41 | 0.4 |
| Hex | 90 | 60 | 3C | 0 | 21 | 3A | 2C | 1A | 29 | 28 |
| Octal | 220 | 140 | 74 | 0 | 41 | 72 | 54 | 32 | 51 | 50 |
| Binary | 10010000 | 1100000 | 111100 | 0 | 100001 | 111010 | 101100 | 11010 | 101001 | 101000 |
Color Harmonies of #90603C
Complementary color
Monochromatic Colors of #90603C
Black with #90603C
Text Example
Text Example
White with #90603C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90603C; }
p { color: rgb(144,96,60); }
H1.HeaderClassName
{
color: #90603C;
}
.AnyTagClassName
{
color: #90603C;
}
</style>
background-color css
<style>
a { background-color: #90603C; }
a { background-color: rgb(144,96,60); }
div.DivClassName
{
background-color: #90603C;
}
.BgClassName
{
background-color: #90603C;
}
</style>
border-color css
<style>
span { border-color: #90603C; }
span { border-color: rgb(144,96,60); }
td.TdClassName
{
border-color: #90603C;
}
.TagClassName
{
border-color: #90603C;
}
</style>