Shades of Highball #897E3C
Tints of Highball #897E3C
RGB
CMYK
RGB Variations
Color information
#897E3C (or 0x897E3C) is known color: Highball. HEX triplet: 89, 7E and 3C. RGB value is (137,126,60). Sum of RGB (Red+Green+Blue) = 137+126+60=323 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.41% from 323); Green value is 126 (49.61% from 255 or 39.01% from 323); Blue value is 60 (23.83% from 255 or 18.58% from 323); Max value from RGB is 137 - color contains mainly: red. Hex color #897E3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #897E3C is #7681C3. Grayscale: #7A7A7A. Windows color (decimal): -7766468 or 3964553. OLE color: 3964553.
HSL color Cylindrical-coordinate representation of color #897E3C: hue angle of 51.43º 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 #897E3C is Cyan = 0, Magento = 0.08, Yellow = 0.56 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 126 | 60 | - |
| CMYK | 0 | 0.08 | 0.56 | 0.46 |
| HSL | 51.43º | 0.39% | 0.39% | - |
| HSV(B) | 51.43º | 0.56% | 0.54% | - |
| XYZ | 18.59 | 20.57 | 7.26 | - |
| YUV | 121.77 | 93.14 | 138.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 126 | 60 | 0 | 0.08 | 0.56 | 0.46 | 51.43 | 0.39 | 0.39 |
| Hex | 89 | 7E | 3C | 0 | 8 | 38 | 2E | 33 | 27 | 27 |
| Octal | 211 | 176 | 74 | 0 | 10 | 70 | 56 | 63 | 47 | 47 |
| Binary | 10001001 | 1111110 | 111100 | 0 | 1000 | 111000 | 101110 | 110011 | 100111 | 100111 |
Color Harmonies of #897E3C
Complementary color
Monochromatic Colors of #897E3C
Black with #897E3C
Text Example
Text Example
White with #897E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897E3C; }
p { color: rgb(137,126,60); }
H1.HeaderClassName
{
color: #897E3C;
}
.AnyTagClassName
{
color: #897E3C;
}
</style>
background-color css
<style>
a { background-color: #897E3C; }
a { background-color: rgb(137,126,60); }
div.DivClassName
{
background-color: #897E3C;
}
.BgClassName
{
background-color: #897E3C;
}
</style>
border-color css
<style>
span { border-color: #897E3C; }
span { border-color: rgb(137,126,60); }
td.TdClassName
{
border-color: #897E3C;
}
.TagClassName
{
border-color: #897E3C;
}
</style>