Shades of McKenzie #896C3C
Tints of McKenzie #896C3C
RGB
CMYK
RGB Variations
Color information
#896C3C (or 0x896C3C) is known color: McKenzie. HEX triplet: 89, 6C and 3C. RGB value is (137,108,60). Sum of RGB (Red+Green+Blue) = 137+108+60=305 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.92% from 305); Green value is 108 (42.58% from 255 or 35.41% from 305); Blue value is 60 (23.83% from 255 or 19.67% from 305); Max value from RGB is 137 - color contains mainly: red. Hex color #896C3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #896C3C is #7693C3. Grayscale: #6F6F6F. Windows color (decimal): -7771076 or 3959945. OLE color: 3959945.
HSL color Cylindrical-coordinate representation of color #896C3C: hue angle of 37.4º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #896C3C is Cyan = 0, Magento = 0.21, Yellow = 0.56 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 108 | 60 | - |
| CMYK | 0 | 0.21 | 0.56 | 0.46 |
| HSL | 37.4º | 0.39% | 0.39% | - |
| HSV(B) | 37.4º | 0.56% | 0.54% | - |
| XYZ | 16.49 | 16.37 | 6.57 | - |
| YUV | 111.2 | 99.11 | 146.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 108 | 60 | 0 | 0.21 | 0.56 | 0.46 | 37.4 | 0.39 | 0.39 |
| Hex | 89 | 6C | 3C | 0 | 15 | 38 | 2E | 25 | 27 | 27 |
| Octal | 211 | 154 | 74 | 0 | 25 | 70 | 56 | 45 | 47 | 47 |
| Binary | 10001001 | 1101100 | 111100 | 0 | 10101 | 111000 | 101110 | 100101 | 100111 | 100111 |
Color Harmonies of #896C3C
Complementary color
Monochromatic Colors of #896C3C
Black with #896C3C
Text Example
Text Example
White with #896C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896C3C; }
p { color: rgb(137,108,60); }
H1.HeaderClassName
{
color: #896C3C;
}
.AnyTagClassName
{
color: #896C3C;
}
</style>
background-color css
<style>
a { background-color: #896C3C; }
a { background-color: rgb(137,108,60); }
div.DivClassName
{
background-color: #896C3C;
}
.BgClassName
{
background-color: #896C3C;
}
</style>
border-color css
<style>
span { border-color: #896C3C; }
span { border-color: rgb(137,108,60); }
td.TdClassName
{
border-color: #896C3C;
}
.TagClassName
{
border-color: #896C3C;
}
</style>