Shades of Highball #99983C
Tints of Highball #99983C
RGB
CMYK
RGB Variations
Color information
#99983C (or 0x99983C) is known color: Highball. HEX triplet: 99, 98 and 3C. RGB value is (153,152,60). Sum of RGB (Red+Green+Blue) = 153+152+60=365 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.92% from 365); Green value is 152 (59.77% from 255 or 41.64% from 365); Blue value is 60 (23.83% from 255 or 16.44% from 365); Max value from RGB is 153 - color contains mainly: red. Hex color #99983C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99983C is #6667C3. Grayscale: #8E8E8E. Windows color (decimal): -6711236 or 3971225. OLE color: 3971225.
HSL color Cylindrical-coordinate representation of color #99983C: hue angle of 59.35º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #99983C is Cyan = 0, Magento = 0.01, Yellow = 0.61 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 152 | 60 | - |
| CMYK | 0 | 0.01 | 0.61 | 0.4 |
| HSL | 59.35º | 0.44% | 0.42% | - |
| HSV(B) | 59.35º | 0.61% | 0.6% | - |
| XYZ | 25.18 | 29.56 | 8.65 | - |
| YUV | 141.81 | 81.83 | 135.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 152 | 60 | 0 | 0.01 | 0.61 | 0.4 | 59.35 | 0.44 | 0.42 |
| Hex | 99 | 98 | 3C | 0 | 1 | 3D | 28 | 3B | 2C | 2A |
| Octal | 231 | 230 | 74 | 0 | 1 | 75 | 50 | 73 | 54 | 52 |
| Binary | 10011001 | 10011000 | 111100 | 0 | 1 | 111101 | 101000 | 111011 | 101100 | 101010 |
Color Harmonies of #99983C
Complementary color
Monochromatic Colors of #99983C
Black with #99983C
Text Example
Text Example
White with #99983C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99983C; }
p { color: rgb(153,152,60); }
H1.HeaderClassName
{
color: #99983C;
}
.AnyTagClassName
{
color: #99983C;
}
</style>
background-color css
<style>
a { background-color: #99983C; }
a { background-color: rgb(153,152,60); }
div.DivClassName
{
background-color: #99983C;
}
.BgClassName
{
background-color: #99983C;
}
</style>
border-color css
<style>
span { border-color: #99983C; }
span { border-color: rgb(153,152,60); }
td.TdClassName
{
border-color: #99983C;
}
.TagClassName
{
border-color: #99983C;
}
</style>