Shades of McKenzie #84653F
Tints of McKenzie #84653F
RGB
CMYK
RGB Variations
Color information
#84653F (or 0x84653F) is known color: McKenzie. HEX triplet: 84, 65 and 3F. RGB value is (132,101,63). Sum of RGB (Red+Green+Blue) = 132+101+63=296 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.59% from 296); Green value is 101 (39.84% from 255 or 34.12% from 296); Blue value is 63 (25% from 255 or 21.28% from 296); Max value from RGB is 132 - color contains mainly: red. Hex color #84653F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84653F is #7B9AC0. Grayscale: #6A6A6A. Windows color (decimal): -8100545 or 4154756. OLE color: 4154756.
HSL color Cylindrical-coordinate representation of color #84653F: hue angle of 33.04º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #84653F is Cyan = 0, Magento = 0.23, Yellow = 0.52 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 101 | 63 | - |
| CMYK | 0 | 0.23 | 0.52 | 0.48 |
| HSL | 33.04º | 0.35% | 0.38% | - |
| HSV(B) | 33.04º | 0.52% | 0.52% | - |
| XYZ | 15.07 | 14.57 | 6.72 | - |
| YUV | 105.94 | 103.77 | 146.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 101 | 63 | 0 | 0.23 | 0.52 | 0.48 | 33.04 | 0.35 | 0.38 |
| Hex | 84 | 65 | 3F | 0 | 17 | 34 | 30 | 21 | 23 | 26 |
| Octal | 204 | 145 | 77 | 0 | 27 | 64 | 60 | 41 | 43 | 46 |
| Binary | 10000100 | 1100101 | 111111 | 0 | 10111 | 110100 | 110000 | 100001 | 100011 | 100110 |
Color Harmonies of #84653F
Complementary color
Monochromatic Colors of #84653F
Black with #84653F
Text Example
Text Example
White with #84653F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84653F; }
p { color: rgb(132,101,63); }
H1.HeaderClassName
{
color: #84653F;
}
.AnyTagClassName
{
color: #84653F;
}
</style>
background-color css
<style>
a { background-color: #84653F; }
a { background-color: rgb(132,101,63); }
div.DivClassName
{
background-color: #84653F;
}
.BgClassName
{
background-color: #84653F;
}
</style>
border-color css
<style>
span { border-color: #84653F; }
span { border-color: rgb(132,101,63); }
td.TdClassName
{
border-color: #84653F;
}
.TagClassName
{
border-color: #84653F;
}
</style>