Shades of McKenzie #90613A
Tints of McKenzie #90613A
RGB
CMYK
RGB Variations
Color information
#90613A (or 0x90613A) is known color: McKenzie. HEX triplet: 90, 61 and 3A. RGB value is (144,97,58). Sum of RGB (Red+Green+Blue) = 144+97+58=299 (39% of max value = 765). Red value is 144 (56.64% from 255 or 48.16% from 299); Green value is 97 (38.28% from 255 or 32.44% from 299); Blue value is 58 (23.05% from 255 or 19.40% from 299); Max value from RGB is 144 - color contains mainly: red. Hex color #90613A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #90613A is #6F9EC5. Grayscale: #6A6A6A. Windows color (decimal): -7315142 or 3826064. OLE color: 3826064.
HSL color Cylindrical-coordinate representation of color #90613A: hue angle of 27.21º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #90613A is Cyan = 0, Magento = 0.33, Yellow = 0.60 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 97 | 58 | - |
| CMYK | 0 | 0.33 | 0.60 | 0.44 |
| HSL | 27.21º | 0.43% | 0.4% | - |
| HSV(B) | 27.21º | 0.6% | 0.56% | - |
| XYZ | 16.54 | 14.78 | 5.98 | - |
| YUV | 106.61 | 100.57 | 154.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 97 | 58 | 0 | 0.33 | 0.60 | 0.44 | 27.21 | 0.43 | 0.4 |
| Hex | 90 | 61 | 3A | 0 | 21 | 3C | 2C | 1B | 2B | 28 |
| Octal | 220 | 141 | 72 | 0 | 41 | 74 | 54 | 33 | 53 | 50 |
| Binary | 10010000 | 1100001 | 111010 | 0 | 100001 | 111100 | 101100 | 11011 | 101011 | 101000 |
Color Harmonies of #90613A
Complementary color
Monochromatic Colors of #90613A
Black with #90613A
Text Example
Text Example
White with #90613A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90613A; }
p { color: rgb(144,97,58); }
H1.HeaderClassName
{
color: #90613A;
}
.AnyTagClassName
{
color: #90613A;
}
</style>
background-color css
<style>
a { background-color: #90613A; }
a { background-color: rgb(144,97,58); }
div.DivClassName
{
background-color: #90613A;
}
.BgClassName
{
background-color: #90613A;
}
</style>
border-color css
<style>
span { border-color: #90613A; }
span { border-color: rgb(144,97,58); }
td.TdClassName
{
border-color: #90613A;
}
.TagClassName
{
border-color: #90613A;
}
</style>