Shades of McKenzie #91713D
Tints of McKenzie #91713D
RGB
CMYK
RGB Variations
Color information
#91713D (or 0x91713D) is known color: McKenzie. HEX triplet: 91, 71 and 3D. RGB value is (145,113,61). Sum of RGB (Red+Green+Blue) = 145+113+61=319 (42% of max value = 765). Red value is 145 (57.03% from 255 or 45.45% from 319); Green value is 113 (44.53% from 255 or 35.42% from 319); Blue value is 61 (24.22% from 255 or 19.12% from 319); Max value from RGB is 145 - color contains mainly: red. Hex color #91713D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #91713D is #6E8EC2. Grayscale: #747474. Windows color (decimal): -7245507 or 4026769. OLE color: 4026769.
HSL color Cylindrical-coordinate representation of color #91713D: hue angle of 37.14º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #91713D is Cyan = 0, Magento = 0.22, Yellow = 0.58 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 113 | 61 | - |
| CMYK | 0 | 0.22 | 0.58 | 0.43 |
| HSL | 37.14º | 0.41% | 0.4% | - |
| HSV(B) | 37.14º | 0.58% | 0.57% | - |
| XYZ | 18.42 | 18.17 | 6.95 | - |
| YUV | 116.64 | 96.6 | 148.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 113 | 61 | 0 | 0.22 | 0.58 | 0.43 | 37.14 | 0.41 | 0.4 |
| Hex | 91 | 71 | 3D | 0 | 16 | 3A | 2B | 25 | 29 | 28 |
| Octal | 221 | 161 | 75 | 0 | 26 | 72 | 53 | 45 | 51 | 50 |
| Binary | 10010001 | 1110001 | 111101 | 0 | 10110 | 111010 | 101011 | 100101 | 101001 | 101000 |
Color Harmonies of #91713D
Complementary color
Monochromatic Colors of #91713D
Black with #91713D
Text Example
Text Example
White with #91713D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91713D; }
p { color: rgb(145,113,61); }
H1.HeaderClassName
{
color: #91713D;
}
.AnyTagClassName
{
color: #91713D;
}
</style>
background-color css
<style>
a { background-color: #91713D; }
a { background-color: rgb(145,113,61); }
div.DivClassName
{
background-color: #91713D;
}
.BgClassName
{
background-color: #91713D;
}
</style>
border-color css
<style>
span { border-color: #91713D; }
span { border-color: rgb(145,113,61); }
td.TdClassName
{
border-color: #91713D;
}
.TagClassName
{
border-color: #91713D;
}
</style>