Shades of McKenzie #84653B
Tints of McKenzie #84653B
RGB
CMYK
RGB Variations
Color information
#84653B (or 0x84653B) is known color: McKenzie. HEX triplet: 84, 65 and 3B. RGB value is (132,101,59). Sum of RGB (Red+Green+Blue) = 132+101+59=292 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.21% from 292); Green value is 101 (39.84% from 255 or 34.59% from 292); Blue value is 59 (23.44% from 255 or 20.21% from 292); Max value from RGB is 132 - color contains mainly: red. Hex color #84653B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84653B is #7B9AC4. Grayscale: #696969. Windows color (decimal): -8100549 or 3892612. OLE color: 3892612.
HSL color Cylindrical-coordinate representation of color #84653B: hue angle of 34.52º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #84653B is Cyan = 0, Magento = 0.23, Yellow = 0.55 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 101 | 59 | - |
| CMYK | 0 | 0.23 | 0.55 | 0.48 |
| HSL | 34.52º | 0.38% | 0.37% | - |
| HSV(B) | 34.52º | 0.55% | 0.52% | - |
| XYZ | 14.96 | 14.53 | 6.15 | - |
| YUV | 105.48 | 101.77 | 146.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 101 | 59 | 0 | 0.23 | 0.55 | 0.48 | 34.52 | 0.38 | 0.37 |
| Hex | 84 | 65 | 3B | 0 | 17 | 37 | 30 | 23 | 26 | 25 |
| Octal | 204 | 145 | 73 | 0 | 27 | 67 | 60 | 43 | 46 | 45 |
| Binary | 10000100 | 1100101 | 111011 | 0 | 10111 | 110111 | 110000 | 100011 | 100110 | 100101 |
Color Harmonies of #84653B
Complementary color
Monochromatic Colors of #84653B
Black with #84653B
Text Example
Text Example
White with #84653B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84653B; }
p { color: rgb(132,101,59); }
H1.HeaderClassName
{
color: #84653B;
}
.AnyTagClassName
{
color: #84653B;
}
</style>
background-color css
<style>
a { background-color: #84653B; }
a { background-color: rgb(132,101,59); }
div.DivClassName
{
background-color: #84653B;
}
.BgClassName
{
background-color: #84653B;
}
</style>
border-color css
<style>
span { border-color: #84653B; }
span { border-color: rgb(132,101,59); }
td.TdClassName
{
border-color: #84653B;
}
.TagClassName
{
border-color: #84653B;
}
</style>