Shades of Highball #97823D
Tints of Highball #97823D
RGB
CMYK
RGB Variations
Color information
#97823D (or 0x97823D) is known color: Highball. HEX triplet: 97, 82 and 3D. RGB value is (151,130,61). Sum of RGB (Red+Green+Blue) = 151+130+61=342 (45% of max value = 765). Red value is 151 (59.38% from 255 or 44.15% from 342); Green value is 130 (51.17% from 255 or 38.01% from 342); Blue value is 61 (24.22% from 255 or 17.84% from 342); Max value from RGB is 151 - color contains mainly: red. Hex color #97823D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #97823D is #687DC2. Grayscale: #808080. Windows color (decimal): -6847939 or 4031127. OLE color: 4031127.
HSL color Cylindrical-coordinate representation of color #97823D: hue angle of 46º degrees, saturation: 0.42, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #97823D is Cyan = 0, Magento = 0.14, Yellow = 0.60 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 130 | 61 | - |
| CMYK | 0 | 0.14 | 0.60 | 0.41 |
| HSL | 46º | 0.42% | 0.42% | - |
| HSV(B) | 46º | 0.6% | 0.59% | - |
| XYZ | 21.59 | 22.88 | 7.69 | - |
| YUV | 128.41 | 89.96 | 144.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 130 | 61 | 0 | 0.14 | 0.60 | 0.41 | 46 | 0.42 | 0.42 |
| Hex | 97 | 82 | 3D | 0 | E | 3C | 29 | 2E | 2A | 2A |
| Octal | 227 | 202 | 75 | 0 | 16 | 74 | 51 | 56 | 52 | 52 |
| Binary | 10010111 | 10000010 | 111101 | 0 | 1110 | 111100 | 101001 | 101110 | 101010 | 101010 |
Color Harmonies of #97823D
Complementary color
Monochromatic Colors of #97823D
Black with #97823D
Text Example
Text Example
White with #97823D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97823D; }
p { color: rgb(151,130,61); }
H1.HeaderClassName
{
color: #97823D;
}
.AnyTagClassName
{
color: #97823D;
}
</style>
background-color css
<style>
a { background-color: #97823D; }
a { background-color: rgb(151,130,61); }
div.DivClassName
{
background-color: #97823D;
}
.BgClassName
{
background-color: #97823D;
}
</style>
border-color css
<style>
span { border-color: #97823D; }
span { border-color: rgb(151,130,61); }
td.TdClassName
{
border-color: #97823D;
}
.TagClassName
{
border-color: #97823D;
}
</style>