Shades of McKenzie #90713F
Tints of McKenzie #90713F
RGB
CMYK
RGB Variations
Color information
#90713F (or 0x90713F) is known color: McKenzie. HEX triplet: 90, 71 and 3F. RGB value is (144,113,63). Sum of RGB (Red+Green+Blue) = 144+113+63=320 (42% of max value = 765). Red value is 144 (56.64% from 255 or 45% from 320); Green value is 113 (44.53% from 255 or 35.31% from 320); Blue value is 63 (25% from 255 or 19.69% from 320); Max value from RGB is 144 - color contains mainly: red. Hex color #90713F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #90713F is #6F8EC0. Grayscale: #747474. Windows color (decimal): -7311041 or 4157840. OLE color: 4157840.
HSL color Cylindrical-coordinate representation of color #90713F: hue angle of 37.04º 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 #90713F is Cyan = 0, Magento = 0.22, Yellow = 0.56 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 113 | 63 | - |
| CMYK | 0 | 0.22 | 0.56 | 0.44 |
| HSL | 37.04º | 0.39% | 0.41% | - |
| HSV(B) | 37.04º | 0.56% | 0.56% | - |
| XYZ | 18.3 | 18.1 | 7.23 | - |
| YUV | 116.57 | 97.77 | 147.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 113 | 63 | 0 | 0.22 | 0.56 | 0.44 | 37.04 | 0.39 | 0.41 |
| Hex | 90 | 71 | 3F | 0 | 16 | 38 | 2C | 25 | 27 | 29 |
| Octal | 220 | 161 | 77 | 0 | 26 | 70 | 54 | 45 | 47 | 51 |
| Binary | 10010000 | 1110001 | 111111 | 0 | 10110 | 111000 | 101100 | 100101 | 100111 | 101001 |
Color Harmonies of #90713F
Complementary color
Monochromatic Colors of #90713F
Black with #90713F
Text Example
Text Example
White with #90713F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90713F; }
p { color: rgb(144,113,63); }
H1.HeaderClassName
{
color: #90713F;
}
.AnyTagClassName
{
color: #90713F;
}
</style>
background-color css
<style>
a { background-color: #90713F; }
a { background-color: rgb(144,113,63); }
div.DivClassName
{
background-color: #90713F;
}
.BgClassName
{
background-color: #90713F;
}
</style>
border-color css
<style>
span { border-color: #90713F; }
span { border-color: rgb(144,113,63); }
td.TdClassName
{
border-color: #90713F;
}
.TagClassName
{
border-color: #90713F;
}
</style>