Shades of Highball #97883C
Tints of Highball #97883C
RGB
CMYK
RGB Variations
Color information
#97883C (or 0x97883C) is known color: Highball. HEX triplet: 97, 88 and 3C. RGB value is (151,136,60). Sum of RGB (Red+Green+Blue) = 151+136+60=347 (45% of max value = 765). Red value is 151 (59.38% from 255 or 43.52% from 347); Green value is 136 (53.52% from 255 or 39.19% from 347); Blue value is 60 (23.83% from 255 or 17.29% from 347); Max value from RGB is 151 - color contains mainly: red. Hex color #97883C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #97883C is #6877C3. Grayscale: #848484. Windows color (decimal): -6846404 or 3967127. OLE color: 3967127.
HSL color Cylindrical-coordinate representation of color #97883C: hue angle of 50.11º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #97883C is Cyan = 0, Magento = 0.10, Yellow = 0.60 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 136 | 60 | - |
| CMYK | 0 | 0.10 | 0.60 | 0.41 |
| HSL | 50.11º | 0.43% | 0.41% | - |
| HSV(B) | 50.11º | 0.6% | 0.59% | - |
| XYZ | 22.38 | 24.51 | 7.83 | - |
| YUV | 131.82 | 87.47 | 141.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 136 | 60 | 0 | 0.10 | 0.60 | 0.41 | 50.11 | 0.43 | 0.41 |
| Hex | 97 | 88 | 3C | 0 | A | 3C | 29 | 32 | 2B | 29 |
| Octal | 227 | 210 | 74 | 0 | 12 | 74 | 51 | 62 | 53 | 51 |
| Binary | 10010111 | 10001000 | 111100 | 0 | 1010 | 111100 | 101001 | 110010 | 101011 | 101001 |
Color Harmonies of #97883C
Complementary color
Monochromatic Colors of #97883C
Black with #97883C
Text Example
Text Example
White with #97883C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97883C; }
p { color: rgb(151,136,60); }
H1.HeaderClassName
{
color: #97883C;
}
.AnyTagClassName
{
color: #97883C;
}
</style>
background-color css
<style>
a { background-color: #97883C; }
a { background-color: rgb(151,136,60); }
div.DivClassName
{
background-color: #97883C;
}
.BgClassName
{
background-color: #97883C;
}
</style>
border-color css
<style>
span { border-color: #97883C; }
span { border-color: rgb(151,136,60); }
td.TdClassName
{
border-color: #97883C;
}
.TagClassName
{
border-color: #97883C;
}
</style>