Shades of McKenzie #926E3E
Tints of McKenzie #926E3E
RGB
CMYK
RGB Variations
Color information
#926E3E (or 0x926E3E) is known color: McKenzie. HEX triplet: 92, 6E and 3E. RGB value is (146,110,62). Sum of RGB (Red+Green+Blue) = 146+110+62=318 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.91% from 318); Green value is 110 (43.36% from 255 or 34.59% from 318); Blue value is 62 (24.61% from 255 or 19.50% from 318); Max value from RGB is 146 - color contains mainly: red. Hex color #926E3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #926E3E is #6D91C1. Grayscale: #737373. Windows color (decimal): -7180738 or 4091538. OLE color: 4091538.
HSL color Cylindrical-coordinate representation of color #926E3E: hue angle of 34.29º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #926E3E is Cyan = 0, Magento = 0.25, Yellow = 0.58 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 110 | 62 | - |
| CMYK | 0 | 0.25 | 0.58 | 0.43 |
| HSL | 34.29º | 0.4% | 0.41% | - |
| HSV(B) | 34.29º | 0.58% | 0.57% | - |
| XYZ | 18.3 | 17.61 | 6.99 | - |
| YUV | 115.29 | 97.93 | 149.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 110 | 62 | 0 | 0.25 | 0.58 | 0.43 | 34.29 | 0.4 | 0.41 |
| Hex | 92 | 6E | 3E | 0 | 19 | 3A | 2B | 22 | 28 | 29 |
| Octal | 222 | 156 | 76 | 0 | 31 | 72 | 53 | 42 | 50 | 51 |
| Binary | 10010010 | 1101110 | 111110 | 0 | 11001 | 111010 | 101011 | 100010 | 101000 | 101001 |
Color Harmonies of #926E3E
Complementary color
Monochromatic Colors of #926E3E
Black with #926E3E
Text Example
Text Example
White with #926E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926E3E; }
p { color: rgb(146,110,62); }
H1.HeaderClassName
{
color: #926E3E;
}
.AnyTagClassName
{
color: #926E3E;
}
</style>
background-color css
<style>
a { background-color: #926E3E; }
a { background-color: rgb(146,110,62); }
div.DivClassName
{
background-color: #926E3E;
}
.BgClassName
{
background-color: #926E3E;
}
</style>
border-color css
<style>
span { border-color: #926E3E; }
span { border-color: rgb(146,110,62); }
td.TdClassName
{
border-color: #926E3E;
}
.TagClassName
{
border-color: #926E3E;
}
</style>