Shades of McKenzie #84653E
Tints of McKenzie #84653E
RGB
CMYK
RGB Variations
Color information
#84653E (or 0x84653E) is known color: McKenzie. HEX triplet: 84, 65 and 3E. RGB value is (132,101,62). Sum of RGB (Red+Green+Blue) = 132+101+62=295 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.75% from 295); Green value is 101 (39.84% from 255 or 34.24% from 295); Blue value is 62 (24.61% from 255 or 21.02% from 295); Max value from RGB is 132 - color contains mainly: red. Hex color #84653E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84653E is #7B9AC1. Grayscale: #6A6A6A. Windows color (decimal): -8100546 or 4089220. OLE color: 4089220.
HSL color Cylindrical-coordinate representation of color #84653E: hue angle of 33.43º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #84653E is Cyan = 0, Magento = 0.23, Yellow = 0.53 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 101 | 62 | - |
| CMYK | 0 | 0.23 | 0.53 | 0.48 |
| HSL | 33.43º | 0.36% | 0.38% | - |
| HSV(B) | 33.43º | 0.53% | 0.52% | - |
| XYZ | 15.04 | 14.56 | 6.58 | - |
| YUV | 105.82 | 103.27 | 146.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 101 | 62 | 0 | 0.23 | 0.53 | 0.48 | 33.43 | 0.36 | 0.38 |
| Hex | 84 | 65 | 3E | 0 | 17 | 35 | 30 | 21 | 24 | 26 |
| Octal | 204 | 145 | 76 | 0 | 27 | 65 | 60 | 41 | 44 | 46 |
| Binary | 10000100 | 1100101 | 111110 | 0 | 10111 | 110101 | 110000 | 100001 | 100100 | 100110 |
Color Harmonies of #84653E
Complementary color
Monochromatic Colors of #84653E
Black with #84653E
Text Example
Text Example
White with #84653E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84653E; }
p { color: rgb(132,101,62); }
H1.HeaderClassName
{
color: #84653E;
}
.AnyTagClassName
{
color: #84653E;
}
</style>
background-color css
<style>
a { background-color: #84653E; }
a { background-color: rgb(132,101,62); }
div.DivClassName
{
background-color: #84653E;
}
.BgClassName
{
background-color: #84653E;
}
</style>
border-color css
<style>
span { border-color: #84653E; }
span { border-color: rgb(132,101,62); }
td.TdClassName
{
border-color: #84653E;
}
.TagClassName
{
border-color: #84653E;
}
</style>