Shades of Highball #97863C
Tints of Highball #97863C
RGB
CMYK
RGB Variations
Color information
#97863C (or 0x97863C) is known color: Highball. HEX triplet: 97, 86 and 3C. RGB value is (151,134,60). Sum of RGB (Red+Green+Blue) = 151+134+60=345 (45% of max value = 765). Red value is 151 (59.38% from 255 or 43.77% from 345); Green value is 134 (52.73% from 255 or 38.84% from 345); Blue value is 60 (23.83% from 255 or 17.39% from 345); Max value from RGB is 151 - color contains mainly: red. Hex color #97863C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #97863C is #6879C3. Grayscale: #828282. Windows color (decimal): -6846916 or 3966615. OLE color: 3966615.
HSL color Cylindrical-coordinate representation of color #97863C: hue angle of 48.79º 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 #97863C is Cyan = 0, Magento = 0.11, Yellow = 0.60 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 134 | 60 | - |
| CMYK | 0 | 0.11 | 0.60 | 0.41 |
| HSL | 48.79º | 0.43% | 0.41% | - |
| HSV(B) | 48.79º | 0.6% | 0.59% | - |
| XYZ | 22.1 | 23.96 | 7.73 | - |
| YUV | 130.65 | 88.13 | 142.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 134 | 60 | 0 | 0.11 | 0.60 | 0.41 | 48.79 | 0.43 | 0.41 |
| Hex | 97 | 86 | 3C | 0 | B | 3C | 29 | 31 | 2B | 29 |
| Octal | 227 | 206 | 74 | 0 | 13 | 74 | 51 | 61 | 53 | 51 |
| Binary | 10010111 | 10000110 | 111100 | 0 | 1011 | 111100 | 101001 | 110001 | 101011 | 101001 |
Color Harmonies of #97863C
Complementary color
Monochromatic Colors of #97863C
Black with #97863C
Text Example
Text Example
White with #97863C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97863C; }
p { color: rgb(151,134,60); }
H1.HeaderClassName
{
color: #97863C;
}
.AnyTagClassName
{
color: #97863C;
}
</style>
background-color css
<style>
a { background-color: #97863C; }
a { background-color: rgb(151,134,60); }
div.DivClassName
{
background-color: #97863C;
}
.BgClassName
{
background-color: #97863C;
}
</style>
border-color css
<style>
span { border-color: #97863C; }
span { border-color: rgb(151,134,60); }
td.TdClassName
{
border-color: #97863C;
}
.TagClassName
{
border-color: #97863C;
}
</style>