Shades of McKenzie #84693D
Tints of McKenzie #84693D
RGB
CMYK
RGB Variations
Color information
#84693D (or 0x84693D) is known color: McKenzie. HEX triplet: 84, 69 and 3D. RGB value is (132,105,61). Sum of RGB (Red+Green+Blue) = 132+105+61=298 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.30% from 298); Green value is 105 (41.41% from 255 or 35.23% from 298); Blue value is 61 (24.22% from 255 or 20.47% from 298); Max value from RGB is 132 - color contains mainly: red. Hex color #84693D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84693D is #7B96C2. Grayscale: #6C6C6C. Windows color (decimal): -8099523 or 4024708. OLE color: 4024708.
HSL color Cylindrical-coordinate representation of color #84693D: hue angle of 37.18º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #84693D is Cyan = 0, Magento = 0.20, Yellow = 0.54 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 105 | 61 | - |
| CMYK | 0 | 0.20 | 0.54 | 0.48 |
| HSL | 37.18º | 0.37% | 0.38% | - |
| HSV(B) | 37.18º | 0.54% | 0.52% | - |
| XYZ | 15.41 | 15.35 | 6.56 | - |
| YUV | 108.06 | 101.45 | 145.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 105 | 61 | 0 | 0.20 | 0.54 | 0.48 | 37.18 | 0.37 | 0.38 |
| Hex | 84 | 69 | 3D | 0 | 14 | 36 | 30 | 25 | 25 | 26 |
| Octal | 204 | 151 | 75 | 0 | 24 | 66 | 60 | 45 | 45 | 46 |
| Binary | 10000100 | 1101001 | 111101 | 0 | 10100 | 110110 | 110000 | 100101 | 100101 | 100110 |
Color Harmonies of #84693D
Complementary color
Monochromatic Colors of #84693D
Black with #84693D
Text Example
Text Example
White with #84693D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84693D; }
p { color: rgb(132,105,61); }
H1.HeaderClassName
{
color: #84693D;
}
.AnyTagClassName
{
color: #84693D;
}
</style>
background-color css
<style>
a { background-color: #84693D; }
a { background-color: rgb(132,105,61); }
div.DivClassName
{
background-color: #84693D;
}
.BgClassName
{
background-color: #84693D;
}
</style>
border-color css
<style>
span { border-color: #84693D; }
span { border-color: rgb(132,105,61); }
td.TdClassName
{
border-color: #84693D;
}
.TagClassName
{
border-color: #84693D;
}
</style>