Shades of McKenzie #84643B
Tints of McKenzie #84643B
RGB
CMYK
RGB Variations
Color information
#84643B (or 0x84643B) is known color: McKenzie. HEX triplet: 84, 64 and 3B. RGB value is (132,100,59). Sum of RGB (Red+Green+Blue) = 132+100+59=291 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.36% from 291); Green value is 100 (39.45% from 255 or 34.36% from 291); Blue value is 59 (23.44% from 255 or 20.27% from 291); Max value from RGB is 132 - color contains mainly: red. Hex color #84643B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84643B is #7B9BC4. Grayscale: #696969. Windows color (decimal): -8100805 or 3892356. OLE color: 3892356.
HSL color Cylindrical-coordinate representation of color #84643B: hue angle of 33.7º 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 #84643B is Cyan = 0, Magento = 0.24, Yellow = 0.55 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 100 | 59 | - |
| CMYK | 0 | 0.24 | 0.55 | 0.48 |
| HSL | 33.7º | 0.38% | 0.37% | - |
| HSV(B) | 33.7º | 0.55% | 0.52% | - |
| XYZ | 14.86 | 14.34 | 6.12 | - |
| YUV | 104.89 | 102.1 | 147.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 100 | 59 | 0 | 0.24 | 0.55 | 0.48 | 33.7 | 0.38 | 0.37 |
| Hex | 84 | 64 | 3B | 0 | 18 | 37 | 30 | 22 | 26 | 25 |
| Octal | 204 | 144 | 73 | 0 | 30 | 67 | 60 | 42 | 46 | 45 |
| Binary | 10000100 | 1100100 | 111011 | 0 | 11000 | 110111 | 110000 | 100010 | 100110 | 100101 |
Color Harmonies of #84643B
Complementary color
Monochromatic Colors of #84643B
Black with #84643B
Text Example
Text Example
White with #84643B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84643B; }
p { color: rgb(132,100,59); }
H1.HeaderClassName
{
color: #84643B;
}
.AnyTagClassName
{
color: #84643B;
}
</style>
background-color css
<style>
a { background-color: #84643B; }
a { background-color: rgb(132,100,59); }
div.DivClassName
{
background-color: #84643B;
}
.BgClassName
{
background-color: #84643B;
}
</style>
border-color css
<style>
span { border-color: #84643B; }
span { border-color: rgb(132,100,59); }
td.TdClassName
{
border-color: #84643B;
}
.TagClassName
{
border-color: #84643B;
}
</style>