Shades of McKenzie #89613C
Tints of McKenzie #89613C
RGB
CMYK
RGB Variations
Color information
#89613C (or 0x89613C) is known color: McKenzie. HEX triplet: 89, 61 and 3C. RGB value is (137,97,60). Sum of RGB (Red+Green+Blue) = 137+97+60=294 (38% of max value = 765). Red value is 137 (53.91% from 255 or 46.60% from 294); Green value is 97 (38.28% from 255 or 32.99% from 294); Blue value is 60 (23.83% from 255 or 20.41% from 294); Max value from RGB is 137 - color contains mainly: red. Hex color #89613C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #89613C is #769EC3. Grayscale: #686868. Windows color (decimal): -7773892 or 3957129. OLE color: 3957129.
HSL color Cylindrical-coordinate representation of color #89613C: hue angle of 28.83º 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 #89613C is Cyan = 0, Magento = 0.29, Yellow = 0.56 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 97 | 60 | - |
| CMYK | 0 | 0.29 | 0.56 | 0.46 |
| HSL | 28.83º | 0.39% | 0.39% | - |
| HSV(B) | 28.83º | 0.56% | 0.54% | - |
| XYZ | 15.41 | 14.19 | 6.2 | - |
| YUV | 104.74 | 102.75 | 151.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 97 | 60 | 0 | 0.29 | 0.56 | 0.46 | 28.83 | 0.39 | 0.39 |
| Hex | 89 | 61 | 3C | 0 | 1D | 38 | 2E | 1D | 27 | 27 |
| Octal | 211 | 141 | 74 | 0 | 35 | 70 | 56 | 35 | 47 | 47 |
| Binary | 10001001 | 1100001 | 111100 | 0 | 11101 | 111000 | 101110 | 11101 | 100111 | 100111 |
Color Harmonies of #89613C
Complementary color
Monochromatic Colors of #89613C
Black with #89613C
Text Example
Text Example
White with #89613C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89613C; }
p { color: rgb(137,97,60); }
H1.HeaderClassName
{
color: #89613C;
}
.AnyTagClassName
{
color: #89613C;
}
</style>
background-color css
<style>
a { background-color: #89613C; }
a { background-color: rgb(137,97,60); }
div.DivClassName
{
background-color: #89613C;
}
.BgClassName
{
background-color: #89613C;
}
</style>
border-color css
<style>
span { border-color: #89613C; }
span { border-color: rgb(137,97,60); }
td.TdClassName
{
border-color: #89613C;
}
.TagClassName
{
border-color: #89613C;
}
</style>