Shades of McKenzie #926D3C
Tints of McKenzie #926D3C
RGB
CMYK
RGB Variations
Color information
#926D3C (or 0x926D3C) is known color: McKenzie. HEX triplet: 92, 6D and 3C. RGB value is (146,109,60). Sum of RGB (Red+Green+Blue) = 146+109+60=315 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.35% from 315); Green value is 109 (42.97% from 255 or 34.60% from 315); Blue value is 60 (23.83% from 255 or 19.05% from 315); Max value from RGB is 146 - color contains mainly: red. Hex color #926D3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #926D3C is #6D92C3. Grayscale: #727272. Windows color (decimal): -7180996 or 3960210. OLE color: 3960210.
HSL color Cylindrical-coordinate representation of color #926D3C: hue angle of 34.19º 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 #926D3C is Cyan = 0, Magento = 0.25, Yellow = 0.59 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 109 | 60 | - |
| CMYK | 0 | 0.25 | 0.59 | 0.43 |
| HSL | 34.19º | 0.42% | 0.4% | - |
| HSV(B) | 34.19º | 0.59% | 0.57% | - |
| XYZ | 18.14 | 17.37 | 6.67 | - |
| YUV | 114.48 | 97.26 | 150.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 109 | 60 | 0 | 0.25 | 0.59 | 0.43 | 34.19 | 0.42 | 0.4 |
| Hex | 92 | 6D | 3C | 0 | 19 | 3B | 2B | 22 | 2A | 28 |
| Octal | 222 | 155 | 74 | 0 | 31 | 73 | 53 | 42 | 52 | 50 |
| Binary | 10010010 | 1101101 | 111100 | 0 | 11001 | 111011 | 101011 | 100010 | 101010 | 101000 |
Color Harmonies of #926D3C
Complementary color
Monochromatic Colors of #926D3C
Black with #926D3C
Text Example
Text Example
White with #926D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926D3C; }
p { color: rgb(146,109,60); }
H1.HeaderClassName
{
color: #926D3C;
}
.AnyTagClassName
{
color: #926D3C;
}
</style>
background-color css
<style>
a { background-color: #926D3C; }
a { background-color: rgb(146,109,60); }
div.DivClassName
{
background-color: #926D3C;
}
.BgClassName
{
background-color: #926D3C;
}
</style>
border-color css
<style>
span { border-color: #926D3C; }
span { border-color: rgb(146,109,60); }
td.TdClassName
{
border-color: #926D3C;
}
.TagClassName
{
border-color: #926D3C;
}
</style>