Shades of Highball #97823C
Tints of Highball #97823C
RGB
CMYK
RGB Variations
Color information
#97823C (or 0x97823C) is known color: Highball. HEX triplet: 97, 82 and 3C. RGB value is (151,130,60). Sum of RGB (Red+Green+Blue) = 151+130+60=341 (45% of max value = 765). Red value is 151 (59.38% from 255 or 44.28% from 341); Green value is 130 (51.17% from 255 or 38.12% from 341); Blue value is 60 (23.83% from 255 or 17.60% from 341); Max value from RGB is 151 - color contains mainly: red. Hex color #97823C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #97823C is #687DC3. Grayscale: #808080. Windows color (decimal): -6847940 or 3965591. OLE color: 3965591.
HSL color Cylindrical-coordinate representation of color #97823C: hue angle of 46.15º 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 #97823C is Cyan = 0, Magento = 0.14, Yellow = 0.60 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 130 | 60 | - |
| CMYK | 0 | 0.14 | 0.60 | 0.41 |
| HSL | 46.15º | 0.43% | 0.41% | - |
| HSV(B) | 46.15º | 0.6% | 0.59% | - |
| XYZ | 21.56 | 22.87 | 7.55 | - |
| YUV | 128.3 | 89.46 | 144.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 130 | 60 | 0 | 0.14 | 0.60 | 0.41 | 46.15 | 0.43 | 0.41 |
| Hex | 97 | 82 | 3C | 0 | E | 3C | 29 | 2E | 2B | 29 |
| Octal | 227 | 202 | 74 | 0 | 16 | 74 | 51 | 56 | 53 | 51 |
| Binary | 10010111 | 10000010 | 111100 | 0 | 1110 | 111100 | 101001 | 101110 | 101011 | 101001 |
Color Harmonies of #97823C
Complementary color
Monochromatic Colors of #97823C
Black with #97823C
Text Example
Text Example
White with #97823C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97823C; }
p { color: rgb(151,130,60); }
H1.HeaderClassName
{
color: #97823C;
}
.AnyTagClassName
{
color: #97823C;
}
</style>
background-color css
<style>
a { background-color: #97823C; }
a { background-color: rgb(151,130,60); }
div.DivClassName
{
background-color: #97823C;
}
.BgClassName
{
background-color: #97823C;
}
</style>
border-color css
<style>
span { border-color: #97823C; }
span { border-color: rgb(151,130,60); }
td.TdClassName
{
border-color: #97823C;
}
.TagClassName
{
border-color: #97823C;
}
</style>