Shades of McKenzie #865F33
Tints of McKenzie #865F33
RGB
CMYK
RGB Variations
Color information
#865F33 (or 0x865F33) is known color: McKenzie. HEX triplet: 86, 5F and 33. RGB value is (134,95,51). Sum of RGB (Red+Green+Blue) = 134+95+51=280 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.86% from 280); Green value is 95 (37.5% from 255 or 33.93% from 280); Blue value is 51 (20.31% from 255 or 18.21% from 280); Max value from RGB is 134 - color contains mainly: red. Hex color #865F33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865F33 is #79A0CC. Grayscale: #656565. Windows color (decimal): -7971021 or 3366790. OLE color: 3366790.
HSL color Cylindrical-coordinate representation of color #865F33: hue angle of 31.81º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #865F33 is Cyan = 0, Magento = 0.29, Yellow = 0.62 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 95 | 51 | - |
| CMYK | 0 | 0.29 | 0.62 | 0.47 |
| HSL | 31.81º | 0.45% | 0.36% | - |
| HSV(B) | 31.81º | 0.62% | 0.53% | - |
| XYZ | 14.52 | 13.49 | 4.97 | - |
| YUV | 101.65 | 99.42 | 151.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 95 | 51 | 0 | 0.29 | 0.62 | 0.47 | 31.81 | 0.45 | 0.36 |
| Hex | 86 | 5F | 33 | 0 | 1D | 3E | 2F | 20 | 2D | 24 |
| Octal | 206 | 137 | 63 | 0 | 35 | 76 | 57 | 40 | 55 | 44 |
| Binary | 10000110 | 1011111 | 110011 | 0 | 11101 | 111110 | 101111 | 100000 | 101101 | 100100 |
Color Harmonies of #865F33
Complementary color
Monochromatic Colors of #865F33
Black with #865F33
Text Example
Text Example
White with #865F33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865F33; }
p { color: rgb(134,95,51); }
H1.HeaderClassName
{
color: #865F33;
}
.AnyTagClassName
{
color: #865F33;
}
</style>
background-color css
<style>
a { background-color: #865F33; }
a { background-color: rgb(134,95,51); }
div.DivClassName
{
background-color: #865F33;
}
.BgClassName
{
background-color: #865F33;
}
</style>
border-color css
<style>
span { border-color: #865F33; }
span { border-color: rgb(134,95,51); }
td.TdClassName
{
border-color: #865F33;
}
.TagClassName
{
border-color: #865F33;
}
</style>