Shades of McKenzie #84643E
Tints of McKenzie #84643E
RGB
CMYK
RGB Variations
Color information
#84643E (or 0x84643E) is known color: McKenzie. HEX triplet: 84, 64 and 3E. RGB value is (132,100,62). Sum of RGB (Red+Green+Blue) = 132+100+62=294 (38% of max value = 765). Red value is 132 (51.95% from 255 or 44.90% from 294); Green value is 100 (39.45% from 255 or 34.01% from 294); Blue value is 62 (24.61% from 255 or 21.09% from 294); Max value from RGB is 132 - color contains mainly: red. Hex color #84643E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84643E is #7B9BC1. Grayscale: #696969. Windows color (decimal): -8100802 or 4088964. OLE color: 4088964.
HSL color Cylindrical-coordinate representation of color #84643E: hue angle of 32.57º 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 #84643E is Cyan = 0, Magento = 0.24, Yellow = 0.53 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 100 | 62 | - |
| CMYK | 0 | 0.24 | 0.53 | 0.48 |
| HSL | 32.57º | 0.36% | 0.38% | - |
| HSV(B) | 32.57º | 0.53% | 0.52% | - |
| XYZ | 14.94 | 14.37 | 6.54 | - |
| YUV | 105.24 | 103.6 | 147.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 100 | 62 | 0 | 0.24 | 0.53 | 0.48 | 32.57 | 0.36 | 0.38 |
| Hex | 84 | 64 | 3E | 0 | 18 | 35 | 30 | 21 | 24 | 26 |
| Octal | 204 | 144 | 76 | 0 | 30 | 65 | 60 | 41 | 44 | 46 |
| Binary | 10000100 | 1100100 | 111110 | 0 | 11000 | 110101 | 110000 | 100001 | 100100 | 100110 |
Color Harmonies of #84643E
Complementary color
Monochromatic Colors of #84643E
Black with #84643E
Text Example
Text Example
White with #84643E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84643E; }
p { color: rgb(132,100,62); }
H1.HeaderClassName
{
color: #84643E;
}
.AnyTagClassName
{
color: #84643E;
}
</style>
background-color css
<style>
a { background-color: #84643E; }
a { background-color: rgb(132,100,62); }
div.DivClassName
{
background-color: #84643E;
}
.BgClassName
{
background-color: #84643E;
}
</style>
border-color css
<style>
span { border-color: #84643E; }
span { border-color: rgb(132,100,62); }
td.TdClassName
{
border-color: #84643E;
}
.TagClassName
{
border-color: #84643E;
}
</style>