Shades of McKenzie #90713D
Tints of McKenzie #90713D
RGB
CMYK
RGB Variations
Color information
#90713D (or 0x90713D) is known color: McKenzie. HEX triplet: 90, 71 and 3D. RGB value is (144,113,61). Sum of RGB (Red+Green+Blue) = 144+113+61=318 (42% of max value = 765). Red value is 144 (56.64% from 255 or 45.28% from 318); Green value is 113 (44.53% from 255 or 35.53% from 318); Blue value is 61 (24.22% from 255 or 19.18% from 318); Max value from RGB is 144 - color contains mainly: red. Hex color #90713D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #90713D is #6F8EC2. Grayscale: #747474. Windows color (decimal): -7311043 or 4026768. OLE color: 4026768.
HSL color Cylindrical-coordinate representation of color #90713D: hue angle of 37.59º degrees, saturation: 0.4, 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 #90713D is Cyan = 0, Magento = 0.22, Yellow = 0.58 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 113 | 61 | - |
| CMYK | 0 | 0.22 | 0.58 | 0.44 |
| HSL | 37.59º | 0.4% | 0.4% | - |
| HSV(B) | 37.59º | 0.58% | 0.56% | - |
| XYZ | 18.25 | 18.08 | 6.94 | - |
| YUV | 116.34 | 96.77 | 147.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 113 | 61 | 0 | 0.22 | 0.58 | 0.44 | 37.59 | 0.4 | 0.4 |
| Hex | 90 | 71 | 3D | 0 | 16 | 3A | 2C | 26 | 28 | 28 |
| Octal | 220 | 161 | 75 | 0 | 26 | 72 | 54 | 46 | 50 | 50 |
| Binary | 10010000 | 1110001 | 111101 | 0 | 10110 | 111010 | 101100 | 100110 | 101000 | 101000 |
Color Harmonies of #90713D
Complementary color
Monochromatic Colors of #90713D
Black with #90713D
Text Example
Text Example
White with #90713D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90713D; }
p { color: rgb(144,113,61); }
H1.HeaderClassName
{
color: #90713D;
}
.AnyTagClassName
{
color: #90713D;
}
</style>
background-color css
<style>
a { background-color: #90713D; }
a { background-color: rgb(144,113,61); }
div.DivClassName
{
background-color: #90713D;
}
.BgClassName
{
background-color: #90713D;
}
</style>
border-color css
<style>
span { border-color: #90713D; }
span { border-color: rgb(144,113,61); }
td.TdClassName
{
border-color: #90713D;
}
.TagClassName
{
border-color: #90713D;
}
</style>