Shades of McKenzie #84693F
Tints of McKenzie #84693F
RGB
CMYK
RGB Variations
Color information
#84693F (or 0x84693F) is known color: McKenzie. HEX triplet: 84, 69 and 3F. RGB value is (132,105,63). Sum of RGB (Red+Green+Blue) = 132+105+63=300 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44% from 300); Green value is 105 (41.41% from 255 or 35% from 300); Blue value is 63 (25% from 255 or 21% from 300); Max value from RGB is 132 - color contains mainly: red. Hex color #84693F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84693F is #7B96C0. Grayscale: #6C6C6C. Windows color (decimal): -8099521 or 4155780. OLE color: 4155780.
HSL color Cylindrical-coordinate representation of color #84693F: hue angle of 36.52º 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 #84693F is Cyan = 0, Magento = 0.20, Yellow = 0.52 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 105 | 63 | - |
| CMYK | 0 | 0.20 | 0.52 | 0.48 |
| HSL | 36.52º | 0.35% | 0.38% | - |
| HSV(B) | 36.52º | 0.52% | 0.52% | - |
| XYZ | 15.46 | 15.37 | 6.85 | - |
| YUV | 108.29 | 102.45 | 144.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 105 | 63 | 0 | 0.20 | 0.52 | 0.48 | 36.52 | 0.35 | 0.38 |
| Hex | 84 | 69 | 3F | 0 | 14 | 34 | 30 | 25 | 23 | 26 |
| Octal | 204 | 151 | 77 | 0 | 24 | 64 | 60 | 45 | 43 | 46 |
| Binary | 10000100 | 1101001 | 111111 | 0 | 10100 | 110100 | 110000 | 100101 | 100011 | 100110 |
Color Harmonies of #84693F
Complementary color
Monochromatic Colors of #84693F
Black with #84693F
Text Example
Text Example
White with #84693F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84693F; }
p { color: rgb(132,105,63); }
H1.HeaderClassName
{
color: #84693F;
}
.AnyTagClassName
{
color: #84693F;
}
</style>
background-color css
<style>
a { background-color: #84693F; }
a { background-color: rgb(132,105,63); }
div.DivClassName
{
background-color: #84693F;
}
.BgClassName
{
background-color: #84693F;
}
</style>
border-color css
<style>
span { border-color: #84693F; }
span { border-color: rgb(132,105,63); }
td.TdClassName
{
border-color: #84693F;
}
.TagClassName
{
border-color: #84693F;
}
</style>