Shades of McKenzie #846B38
Tints of McKenzie #846B38
RGB
CMYK
RGB Variations
Color information
#846B38 (or 0x846B38) is known color: McKenzie. HEX triplet: 84, 6B and 38. RGB value is (132,107,56). Sum of RGB (Red+Green+Blue) = 132+107+56=295 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.75% from 295); Green value is 107 (42.19% from 255 or 36.27% from 295); Blue value is 56 (22.27% from 255 or 18.98% from 295); Max value from RGB is 132 - color contains mainly: red. Hex color #846B38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #846B38 is #7B94C7. Grayscale: #6C6C6C. Windows color (decimal): -8099016 or 3697540. OLE color: 3697540.
HSL color Cylindrical-coordinate representation of color #846B38: hue angle of 40.26º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #846B38 is Cyan = 0, Magento = 0.19, Yellow = 0.58 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 107 | 56 | - |
| CMYK | 0 | 0.19 | 0.58 | 0.48 |
| HSL | 40.26º | 0.4% | 0.37% | - |
| HSV(B) | 40.26º | 0.58% | 0.52% | - |
| XYZ | 15.49 | 15.71 | 5.96 | - |
| YUV | 108.66 | 98.28 | 144.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 107 | 56 | 0 | 0.19 | 0.58 | 0.48 | 40.26 | 0.4 | 0.37 |
| Hex | 84 | 6B | 38 | 0 | 13 | 3A | 30 | 28 | 28 | 25 |
| Octal | 204 | 153 | 70 | 0 | 23 | 72 | 60 | 50 | 50 | 45 |
| Binary | 10000100 | 1101011 | 111000 | 0 | 10011 | 111010 | 110000 | 101000 | 101000 | 100101 |
Color Harmonies of #846B38
Complementary color
Monochromatic Colors of #846B38
Black with #846B38
Text Example
Text Example
White with #846B38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #846B38; }
p { color: rgb(132,107,56); }
H1.HeaderClassName
{
color: #846B38;
}
.AnyTagClassName
{
color: #846B38;
}
</style>
background-color css
<style>
a { background-color: #846B38; }
a { background-color: rgb(132,107,56); }
div.DivClassName
{
background-color: #846B38;
}
.BgClassName
{
background-color: #846B38;
}
</style>
border-color css
<style>
span { border-color: #846B38; }
span { border-color: rgb(132,107,56); }
td.TdClassName
{
border-color: #846B38;
}
.TagClassName
{
border-color: #846B38;
}
</style>