Shades of McKenzie #896C3F
Tints of McKenzie #896C3F
RGB
CMYK
RGB Variations
Color information
#896C3F (or 0x896C3F) is known color: McKenzie. HEX triplet: 89, 6C and 3F. RGB value is (137,108,63). Sum of RGB (Red+Green+Blue) = 137+108+63=308 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.48% from 308); Green value is 108 (42.58% from 255 or 35.06% from 308); Blue value is 63 (25% from 255 or 20.45% from 308); Max value from RGB is 137 - color contains mainly: red. Hex color #896C3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #896C3F is #7693C0. Grayscale: #6F6F6F. Windows color (decimal): -7771073 or 4156553. OLE color: 4156553.
HSL color Cylindrical-coordinate representation of color #896C3F: hue angle of 36.49º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #896C3F is Cyan = 0, Magento = 0.21, Yellow = 0.54 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 108 | 63 | - |
| CMYK | 0 | 0.21 | 0.54 | 0.46 |
| HSL | 36.49º | 0.37% | 0.39% | - |
| HSV(B) | 36.49º | 0.54% | 0.54% | - |
| XYZ | 16.58 | 16.4 | 6.99 | - |
| YUV | 111.54 | 100.61 | 146.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 108 | 63 | 0 | 0.21 | 0.54 | 0.46 | 36.49 | 0.37 | 0.39 |
| Hex | 89 | 6C | 3F | 0 | 15 | 36 | 2E | 24 | 25 | 27 |
| Octal | 211 | 154 | 77 | 0 | 25 | 66 | 56 | 44 | 45 | 47 |
| Binary | 10001001 | 1101100 | 111111 | 0 | 10101 | 110110 | 101110 | 100100 | 100101 | 100111 |
Color Harmonies of #896C3F
Complementary color
Monochromatic Colors of #896C3F
Black with #896C3F
Text Example
Text Example
White with #896C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896C3F; }
p { color: rgb(137,108,63); }
H1.HeaderClassName
{
color: #896C3F;
}
.AnyTagClassName
{
color: #896C3F;
}
</style>
background-color css
<style>
a { background-color: #896C3F; }
a { background-color: rgb(137,108,63); }
div.DivClassName
{
background-color: #896C3F;
}
.BgClassName
{
background-color: #896C3F;
}
</style>
border-color css
<style>
span { border-color: #896C3F; }
span { border-color: rgb(137,108,63); }
td.TdClassName
{
border-color: #896C3F;
}
.TagClassName
{
border-color: #896C3F;
}
</style>