Shades of McKenzie #926A32
Tints of McKenzie #926A32
RGB
CMYK
RGB Variations
Color information
#926A32 (or 0x926A32) is known color: McKenzie. HEX triplet: 92, 6A and 32. RGB value is (146,106,50). Sum of RGB (Red+Green+Blue) = 146+106+50=302 (40% of max value = 765). Red value is 146 (57.42% from 255 or 48.34% from 302); Green value is 106 (41.80% from 255 or 35.10% from 302); Blue value is 50 (19.92% from 255 or 16.56% from 302); Max value from RGB is 146 - color contains mainly: red. Hex color #926A32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #926A32 is #6D95CD. Grayscale: #6F6F6F. Windows color (decimal): -7181774 or 3304082. OLE color: 3304082.
HSL color Cylindrical-coordinate representation of color #926A32: hue angle of 35º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #926A32 is Cyan = 0, Magento = 0.27, Yellow = 0.66 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 106 | 50 | - |
| CMYK | 0 | 0.27 | 0.66 | 0.43 |
| HSL | 35º | 0.49% | 0.38% | - |
| HSV(B) | 35º | 0.66% | 0.57% | - |
| XYZ | 17.58 | 16.65 | 5.3 | - |
| YUV | 111.58 | 93.25 | 152.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 106 | 50 | 0 | 0.27 | 0.66 | 0.43 | 35 | 0.49 | 0.38 |
| Hex | 92 | 6A | 32 | 0 | 1B | 42 | 2B | 23 | 31 | 26 |
| Octal | 222 | 152 | 62 | 0 | 33 | 102 | 53 | 43 | 61 | 46 |
| Binary | 10010010 | 1101010 | 110010 | 0 | 11011 | 1000010 | 101011 | 100011 | 110001 | 100110 |
Color Harmonies of #926A32
Complementary color
Monochromatic Colors of #926A32
Black with #926A32
Text Example
Text Example
White with #926A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926A32; }
p { color: rgb(146,106,50); }
H1.HeaderClassName
{
color: #926A32;
}
.AnyTagClassName
{
color: #926A32;
}
</style>
background-color css
<style>
a { background-color: #926A32; }
a { background-color: rgb(146,106,50); }
div.DivClassName
{
background-color: #926A32;
}
.BgClassName
{
background-color: #926A32;
}
</style>
border-color css
<style>
span { border-color: #926A32; }
span { border-color: rgb(146,106,50); }
td.TdClassName
{
border-color: #926A32;
}
.TagClassName
{
border-color: #926A32;
}
</style>