Shades of McKenzie #90663F
Tints of McKenzie #90663F
RGB
CMYK
RGB Variations
Color information
#90663F (or 0x90663F) is known color: McKenzie. HEX triplet: 90, 66 and 3F. RGB value is (144,102,63). Sum of RGB (Red+Green+Blue) = 144+102+63=309 (40% of max value = 765). Red value is 144 (56.64% from 255 or 46.60% from 309); Green value is 102 (40.23% from 255 or 33.01% from 309); Blue value is 63 (25% from 255 or 20.39% from 309); Max value from RGB is 144 - color contains mainly: red. Hex color #90663F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #90663F is #6F99C0. Grayscale: #6E6E6E. Windows color (decimal): -7313857 or 4155024. OLE color: 4155024.
HSL color Cylindrical-coordinate representation of color #90663F: hue angle of 28.89º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #90663F is Cyan = 0, Magento = 0.29, Yellow = 0.56 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 102 | 63 | - |
| CMYK | 0 | 0.29 | 0.56 | 0.44 |
| HSL | 28.89º | 0.39% | 0.41% | - |
| HSV(B) | 28.89º | 0.56% | 0.56% | - |
| XYZ | 17.15 | 15.79 | 6.85 | - |
| YUV | 110.11 | 101.41 | 152.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 102 | 63 | 0 | 0.29 | 0.56 | 0.44 | 28.89 | 0.39 | 0.41 |
| Hex | 90 | 66 | 3F | 0 | 1D | 38 | 2C | 1D | 27 | 29 |
| Octal | 220 | 146 | 77 | 0 | 35 | 70 | 54 | 35 | 47 | 51 |
| Binary | 10010000 | 1100110 | 111111 | 0 | 11101 | 111000 | 101100 | 11101 | 100111 | 101001 |
Color Harmonies of #90663F
Complementary color
Monochromatic Colors of #90663F
Black with #90663F
Text Example
Text Example
White with #90663F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90663F; }
p { color: rgb(144,102,63); }
H1.HeaderClassName
{
color: #90663F;
}
.AnyTagClassName
{
color: #90663F;
}
</style>
background-color css
<style>
a { background-color: #90663F; }
a { background-color: rgb(144,102,63); }
div.DivClassName
{
background-color: #90663F;
}
.BgClassName
{
background-color: #90663F;
}
</style>
border-color css
<style>
span { border-color: #90663F; }
span { border-color: rgb(144,102,63); }
td.TdClassName
{
border-color: #90663F;
}
.TagClassName
{
border-color: #90663F;
}
</style>