Shades of McKenzie #84663B
Tints of McKenzie #84663B
RGB
CMYK
RGB Variations
Color information
#84663B (or 0x84663B) is known color: McKenzie. HEX triplet: 84, 66 and 3B. RGB value is (132,102,59). Sum of RGB (Red+Green+Blue) = 132+102+59=293 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.05% from 293); Green value is 102 (40.23% from 255 or 34.81% from 293); Blue value is 59 (23.44% from 255 or 20.14% from 293); Max value from RGB is 132 - color contains mainly: red. Hex color #84663B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84663B is #7B99C4. Grayscale: #6A6A6A. Windows color (decimal): -8100293 or 3892868. OLE color: 3892868.
HSL color Cylindrical-coordinate representation of color #84663B: hue angle of 35.34º 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 #84663B is Cyan = 0, Magento = 0.23, Yellow = 0.55 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 102 | 59 | - |
| CMYK | 0 | 0.23 | 0.55 | 0.48 |
| HSL | 35.34º | 0.38% | 0.37% | - |
| HSV(B) | 35.34º | 0.55% | 0.52% | - |
| XYZ | 15.06 | 14.72 | 6.19 | - |
| YUV | 106.07 | 101.44 | 146.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 102 | 59 | 0 | 0.23 | 0.55 | 0.48 | 35.34 | 0.38 | 0.37 |
| Hex | 84 | 66 | 3B | 0 | 17 | 37 | 30 | 23 | 26 | 25 |
| Octal | 204 | 146 | 73 | 0 | 27 | 67 | 60 | 43 | 46 | 45 |
| Binary | 10000100 | 1100110 | 111011 | 0 | 10111 | 110111 | 110000 | 100011 | 100110 | 100101 |
Color Harmonies of #84663B
Complementary color
Monochromatic Colors of #84663B
Black with #84663B
Text Example
Text Example
White with #84663B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84663B; }
p { color: rgb(132,102,59); }
H1.HeaderClassName
{
color: #84663B;
}
.AnyTagClassName
{
color: #84663B;
}
</style>
background-color css
<style>
a { background-color: #84663B; }
a { background-color: rgb(132,102,59); }
div.DivClassName
{
background-color: #84663B;
}
.BgClassName
{
background-color: #84663B;
}
</style>
border-color css
<style>
span { border-color: #84663B; }
span { border-color: rgb(132,102,59); }
td.TdClassName
{
border-color: #84663B;
}
.TagClassName
{
border-color: #84663B;
}
</style>