Shades of McKenzie #865C34
Tints of McKenzie #865C34
RGB
CMYK
RGB Variations
Color information
#865C34 (or 0x865C34) is known color: McKenzie. HEX triplet: 86, 5C and 34. RGB value is (134,92,52). Sum of RGB (Red+Green+Blue) = 134+92+52=278 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.20% from 278); Green value is 92 (36.33% from 255 or 33.09% from 278); Blue value is 52 (20.70% from 255 or 18.71% from 278); Max value from RGB is 134 - color contains mainly: red. Hex color #865C34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865C34 is #79A3CB. Grayscale: #646464. Windows color (decimal): -7971788 or 3431558. OLE color: 3431558.
HSL color Cylindrical-coordinate representation of color #865C34: hue angle of 29.27º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #865C34 is Cyan = 0, Magento = 0.31, Yellow = 0.61 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 92 | 52 | - |
| CMYK | 0 | 0.31 | 0.61 | 0.47 |
| HSL | 29.27º | 0.44% | 0.36% | - |
| HSV(B) | 29.27º | 0.61% | 0.53% | - |
| XYZ | 14.28 | 12.97 | 5 | - |
| YUV | 100 | 100.91 | 152.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 92 | 52 | 0 | 0.31 | 0.61 | 0.47 | 29.27 | 0.44 | 0.36 |
| Hex | 86 | 5C | 34 | 0 | 1F | 3D | 2F | 1D | 2C | 24 |
| Octal | 206 | 134 | 64 | 0 | 37 | 75 | 57 | 35 | 54 | 44 |
| Binary | 10000110 | 1011100 | 110100 | 0 | 11111 | 111101 | 101111 | 11101 | 101100 | 100100 |
Color Harmonies of #865C34
Complementary color
Monochromatic Colors of #865C34
Black with #865C34
Text Example
Text Example
White with #865C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865C34; }
p { color: rgb(134,92,52); }
H1.HeaderClassName
{
color: #865C34;
}
.AnyTagClassName
{
color: #865C34;
}
</style>
background-color css
<style>
a { background-color: #865C34; }
a { background-color: rgb(134,92,52); }
div.DivClassName
{
background-color: #865C34;
}
.BgClassName
{
background-color: #865C34;
}
</style>
border-color css
<style>
span { border-color: #865C34; }
span { border-color: rgb(134,92,52); }
td.TdClassName
{
border-color: #865C34;
}
.TagClassName
{
border-color: #865C34;
}
</style>