Shades of McKenzie #926C3C
Tints of McKenzie #926C3C
RGB
CMYK
RGB Variations
Color information
#926C3C (or 0x926C3C) is known color: McKenzie. HEX triplet: 92, 6C and 3C. RGB value is (146,108,60). Sum of RGB (Red+Green+Blue) = 146+108+60=314 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.50% from 314); Green value is 108 (42.58% from 255 or 34.39% from 314); Blue value is 60 (23.83% from 255 or 19.11% from 314); Max value from RGB is 146 - color contains mainly: red. Hex color #926C3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #926C3C is #6D93C3. Grayscale: #727272. Windows color (decimal): -7181252 or 3959954. OLE color: 3959954.
HSL color Cylindrical-coordinate representation of color #926C3C: hue angle of 33.49º degrees, saturation: 0.42, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #926C3C is Cyan = 0, Magento = 0.26, Yellow = 0.59 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 108 | 60 | - |
| CMYK | 0 | 0.26 | 0.59 | 0.43 |
| HSL | 33.49º | 0.42% | 0.4% | - |
| HSV(B) | 33.49º | 0.59% | 0.57% | - |
| XYZ | 18.03 | 17.16 | 6.64 | - |
| YUV | 113.89 | 97.59 | 150.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 108 | 60 | 0 | 0.26 | 0.59 | 0.43 | 33.49 | 0.42 | 0.4 |
| Hex | 92 | 6C | 3C | 0 | 1A | 3B | 2B | 21 | 2A | 28 |
| Octal | 222 | 154 | 74 | 0 | 32 | 73 | 53 | 41 | 52 | 50 |
| Binary | 10010010 | 1101100 | 111100 | 0 | 11010 | 111011 | 101011 | 100001 | 101010 | 101000 |
Color Harmonies of #926C3C
Complementary color
Monochromatic Colors of #926C3C
Black with #926C3C
Text Example
Text Example
White with #926C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926C3C; }
p { color: rgb(146,108,60); }
H1.HeaderClassName
{
color: #926C3C;
}
.AnyTagClassName
{
color: #926C3C;
}
</style>
background-color css
<style>
a { background-color: #926C3C; }
a { background-color: rgb(146,108,60); }
div.DivClassName
{
background-color: #926C3C;
}
.BgClassName
{
background-color: #926C3C;
}
</style>
border-color css
<style>
span { border-color: #926C3C; }
span { border-color: rgb(146,108,60); }
td.TdClassName
{
border-color: #926C3C;
}
.TagClassName
{
border-color: #926C3C;
}
</style>