Shades of McKenzie #916A3A
Tints of McKenzie #916A3A
RGB
CMYK
RGB Variations
Color information
#916A3A (or 0x916A3A) is known color: McKenzie. HEX triplet: 91, 6A and 3A. RGB value is (145,106,58). Sum of RGB (Red+Green+Blue) = 145+106+58=309 (40% of max value = 765). Red value is 145 (57.03% from 255 or 46.93% from 309); Green value is 106 (41.80% from 255 or 34.30% from 309); Blue value is 58 (23.05% from 255 or 18.77% from 309); Max value from RGB is 145 - color contains mainly: red. Hex color #916A3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #916A3A is #6E95C5. Grayscale: #707070. Windows color (decimal): -7247302 or 3828369. OLE color: 3828369.
HSL color Cylindrical-coordinate representation of color #916A3A: hue angle of 33.1º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #916A3A is Cyan = 0, Magento = 0.27, Yellow = 0.6 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 106 | 58 | - |
| CMYK | 0 | 0.27 | 0.6 | 0.43 |
| HSL | 33.1º | 0.43% | 0.4% | - |
| HSV(B) | 33.1º | 0.6% | 0.57% | - |
| XYZ | 17.59 | 16.63 | 6.29 | - |
| YUV | 112.19 | 97.42 | 151.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 106 | 58 | 0 | 0.27 | 0.6 | 0.43 | 33.1 | 0.43 | 0.4 |
| Hex | 91 | 6A | 3A | 0 | 1B | 3C | 2B | 21 | 2B | 28 |
| Octal | 221 | 152 | 72 | 0 | 33 | 74 | 53 | 41 | 53 | 50 |
| Binary | 10010001 | 1101010 | 111010 | 0 | 11011 | 111100 | 101011 | 100001 | 101011 | 101000 |
Color Harmonies of #916A3A
Complementary color
Monochromatic Colors of #916A3A
Black with #916A3A
Text Example
Text Example
White with #916A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916A3A; }
p { color: rgb(145,106,58); }
H1.HeaderClassName
{
color: #916A3A;
}
.AnyTagClassName
{
color: #916A3A;
}
</style>
background-color css
<style>
a { background-color: #916A3A; }
a { background-color: rgb(145,106,58); }
div.DivClassName
{
background-color: #916A3A;
}
.BgClassName
{
background-color: #916A3A;
}
</style>
border-color css
<style>
span { border-color: #916A3A; }
span { border-color: rgb(145,106,58); }
td.TdClassName
{
border-color: #916A3A;
}
.TagClassName
{
border-color: #916A3A;
}
</style>