Shades of McKenzie #846C3D
Tints of McKenzie #846C3D
RGB
CMYK
RGB Variations
Color information
#846C3D (or 0x846C3D) is known color: McKenzie. HEX triplet: 84, 6C and 3D. RGB value is (132,108,61). Sum of RGB (Red+Green+Blue) = 132+108+61=301 (39% of max value = 765). Red value is 132 (51.95% from 255 or 43.85% from 301); Green value is 108 (42.58% from 255 or 35.88% from 301); Blue value is 61 (24.22% from 255 or 20.27% from 301); Max value from RGB is 132 - color contains mainly: red. Hex color #846C3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #846C3D is #7B93C2. Grayscale: #6E6E6E. Windows color (decimal): -8098755 or 4025476. OLE color: 4025476.
HSL color Cylindrical-coordinate representation of color #846C3D: hue angle of 39.72º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #846C3D is Cyan = 0, Magento = 0.18, Yellow = 0.54 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 108 | 61 | - |
| CMYK | 0 | 0.18 | 0.54 | 0.48 |
| HSL | 39.72º | 0.37% | 0.38% | - |
| HSV(B) | 39.72º | 0.54% | 0.52% | - |
| XYZ | 15.72 | 15.97 | 6.67 | - |
| YUV | 109.82 | 100.45 | 143.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 108 | 61 | 0 | 0.18 | 0.54 | 0.48 | 39.72 | 0.37 | 0.38 |
| Hex | 84 | 6C | 3D | 0 | 12 | 36 | 30 | 28 | 25 | 26 |
| Octal | 204 | 154 | 75 | 0 | 22 | 66 | 60 | 50 | 45 | 46 |
| Binary | 10000100 | 1101100 | 111101 | 0 | 10010 | 110110 | 110000 | 101000 | 100101 | 100110 |
Color Harmonies of #846C3D
Complementary color
Monochromatic Colors of #846C3D
Black with #846C3D
Text Example
Text Example
White with #846C3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #846C3D; }
p { color: rgb(132,108,61); }
H1.HeaderClassName
{
color: #846C3D;
}
.AnyTagClassName
{
color: #846C3D;
}
</style>
background-color css
<style>
a { background-color: #846C3D; }
a { background-color: rgb(132,108,61); }
div.DivClassName
{
background-color: #846C3D;
}
.BgClassName
{
background-color: #846C3D;
}
</style>
border-color css
<style>
span { border-color: #846C3D; }
span { border-color: rgb(132,108,61); }
td.TdClassName
{
border-color: #846C3D;
}
.TagClassName
{
border-color: #846C3D;
}
</style>