Shades of McKenzie #90673A
Tints of McKenzie #90673A
RGB
CMYK
RGB Variations
Color information
#90673A (or 0x90673A) is known color: McKenzie. HEX triplet: 90, 67 and 3A. RGB value is (144,103,58). Sum of RGB (Red+Green+Blue) = 144+103+58=305 (40% of max value = 765). Red value is 144 (56.64% from 255 or 47.21% from 305); Green value is 103 (40.62% from 255 or 33.77% from 305); Blue value is 58 (23.05% from 255 or 19.02% from 305); Max value from RGB is 144 - color contains mainly: red. Hex color #90673A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #90673A is #6F98C5. Grayscale: #6E6E6E. Windows color (decimal): -7313606 or 3827600. OLE color: 3827600.
HSL color Cylindrical-coordinate representation of color #90673A: hue angle of 31.4º 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 #90673A is Cyan = 0, Magento = 0.28, Yellow = 0.60 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 103 | 58 | - |
| CMYK | 0 | 0.28 | 0.60 | 0.44 |
| HSL | 31.4º | 0.43% | 0.4% | - |
| HSV(B) | 31.4º | 0.6% | 0.56% | - |
| XYZ | 17.12 | 15.94 | 6.18 | - |
| YUV | 110.13 | 98.58 | 152.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 103 | 58 | 0 | 0.28 | 0.60 | 0.44 | 31.4 | 0.43 | 0.4 |
| Hex | 90 | 67 | 3A | 0 | 1C | 3C | 2C | 1F | 2B | 28 |
| Octal | 220 | 147 | 72 | 0 | 34 | 74 | 54 | 37 | 53 | 50 |
| Binary | 10010000 | 1100111 | 111010 | 0 | 11100 | 111100 | 101100 | 11111 | 101011 | 101000 |
Color Harmonies of #90673A
Complementary color
Monochromatic Colors of #90673A
Black with #90673A
Text Example
Text Example
White with #90673A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90673A; }
p { color: rgb(144,103,58); }
H1.HeaderClassName
{
color: #90673A;
}
.AnyTagClassName
{
color: #90673A;
}
</style>
background-color css
<style>
a { background-color: #90673A; }
a { background-color: rgb(144,103,58); }
div.DivClassName
{
background-color: #90673A;
}
.BgClassName
{
background-color: #90673A;
}
</style>
border-color css
<style>
span { border-color: #90673A; }
span { border-color: rgb(144,103,58); }
td.TdClassName
{
border-color: #90673A;
}
.TagClassName
{
border-color: #90673A;
}
</style>