Shades of McKenzie #865E38
Tints of McKenzie #865E38
RGB
CMYK
RGB Variations
Color information
#865E38 (or 0x865E38) is known color: McKenzie. HEX triplet: 86, 5E and 38. RGB value is (134,94,56). Sum of RGB (Red+Green+Blue) = 134+94+56=284 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.18% from 284); Green value is 94 (37.11% from 255 or 33.10% from 284); Blue value is 56 (22.27% from 255 or 19.72% from 284); Max value from RGB is 134 - color contains mainly: red. Hex color #865E38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865E38 is #79A1C7. Grayscale: #656565. Windows color (decimal): -7971272 or 3694214. OLE color: 3694214.
HSL color Cylindrical-coordinate representation of color #865E38: hue angle of 29.23º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #865E38 is Cyan = 0, Magento = 0.30, Yellow = 0.58 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 94 | 56 | - |
| CMYK | 0 | 0.30 | 0.58 | 0.47 |
| HSL | 29.23º | 0.41% | 0.37% | - |
| HSV(B) | 29.23º | 0.58% | 0.53% | - |
| XYZ | 14.55 | 13.36 | 5.55 | - |
| YUV | 101.63 | 102.25 | 151.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 94 | 56 | 0 | 0.30 | 0.58 | 0.47 | 29.23 | 0.41 | 0.37 |
| Hex | 86 | 5E | 38 | 0 | 1E | 3A | 2F | 1D | 29 | 25 |
| Octal | 206 | 136 | 70 | 0 | 36 | 72 | 57 | 35 | 51 | 45 |
| Binary | 10000110 | 1011110 | 111000 | 0 | 11110 | 111010 | 101111 | 11101 | 101001 | 100101 |
Color Harmonies of #865E38
Complementary color
Monochromatic Colors of #865E38
Black with #865E38
Text Example
Text Example
White with #865E38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865E38; }
p { color: rgb(134,94,56); }
H1.HeaderClassName
{
color: #865E38;
}
.AnyTagClassName
{
color: #865E38;
}
</style>
background-color css
<style>
a { background-color: #865E38; }
a { background-color: rgb(134,94,56); }
div.DivClassName
{
background-color: #865E38;
}
.BgClassName
{
background-color: #865E38;
}
</style>
border-color css
<style>
span { border-color: #865E38; }
span { border-color: rgb(134,94,56); }
td.TdClassName
{
border-color: #865E38;
}
.TagClassName
{
border-color: #865E38;
}
</style>