Shades of McKenzie #84663F
Tints of McKenzie #84663F
RGB
CMYK
RGB Variations
Color information
#84663F (or 0x84663F) is known color: McKenzie. HEX triplet: 84, 66 and 3F. RGB value is (132,102,63). Sum of RGB (Red+Green+Blue) = 132+102+63=297 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.44% from 297); Green value is 102 (40.23% from 255 or 34.34% from 297); Blue value is 63 (25% from 255 or 21.21% from 297); Max value from RGB is 132 - color contains mainly: red. Hex color #84663F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84663F is #7B99C0. Grayscale: #6A6A6A. Windows color (decimal): -8100289 or 4155012. OLE color: 4155012.
HSL color Cylindrical-coordinate representation of color #84663F: hue angle of 33.91º 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 #84663F is Cyan = 0, Magento = 0.23, Yellow = 0.52 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 102 | 63 | - |
| CMYK | 0 | 0.23 | 0.52 | 0.48 |
| HSL | 33.91º | 0.35% | 0.38% | - |
| HSV(B) | 33.91º | 0.52% | 0.52% | - |
| XYZ | 15.16 | 14.77 | 6.75 | - |
| YUV | 106.52 | 103.44 | 146.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 102 | 63 | 0 | 0.23 | 0.52 | 0.48 | 33.91 | 0.35 | 0.38 |
| Hex | 84 | 66 | 3F | 0 | 17 | 34 | 30 | 22 | 23 | 26 |
| Octal | 204 | 146 | 77 | 0 | 27 | 64 | 60 | 42 | 43 | 46 |
| Binary | 10000100 | 1100110 | 111111 | 0 | 10111 | 110100 | 110000 | 100010 | 100011 | 100110 |
Color Harmonies of #84663F
Complementary color
Monochromatic Colors of #84663F
Black with #84663F
Text Example
Text Example
White with #84663F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84663F; }
p { color: rgb(132,102,63); }
H1.HeaderClassName
{
color: #84663F;
}
.AnyTagClassName
{
color: #84663F;
}
</style>
background-color css
<style>
a { background-color: #84663F; }
a { background-color: rgb(132,102,63); }
div.DivClassName
{
background-color: #84663F;
}
.BgClassName
{
background-color: #84663F;
}
</style>
border-color css
<style>
span { border-color: #84663F; }
span { border-color: rgb(132,102,63); }
td.TdClassName
{
border-color: #84663F;
}
.TagClassName
{
border-color: #84663F;
}
</style>