Shades of Highball #99963A
Tints of Highball #99963A
RGB
CMYK
RGB Variations
Color information
#99963A (or 0x99963A) is known color: Highball. HEX triplet: 99, 96 and 3A. RGB value is (153,150,58). Sum of RGB (Red+Green+Blue) = 153+150+58=361 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.38% from 361); Green value is 150 (58.98% from 255 or 41.55% from 361); Blue value is 58 (23.05% from 255 or 16.07% from 361); Max value from RGB is 153 - color contains mainly: red. Hex color #99963A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99963A is #6669C5. Grayscale: #8C8C8C. Windows color (decimal): -6711750 or 3839641. OLE color: 3839641.
HSL color Cylindrical-coordinate representation of color #99963A: hue angle of 58.11º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #99963A is Cyan = 0, Magento = 0.02, Yellow = 0.62 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 150 | 58 | - |
| CMYK | 0 | 0.02 | 0.62 | 0.4 |
| HSL | 58.11º | 0.45% | 0.41% | - |
| HSV(B) | 58.11º | 0.62% | 0.6% | - |
| XYZ | 24.81 | 28.89 | 8.27 | - |
| YUV | 140.41 | 81.49 | 136.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 150 | 58 | 0 | 0.02 | 0.62 | 0.4 | 58.11 | 0.45 | 0.41 |
| Hex | 99 | 96 | 3A | 0 | 2 | 3E | 28 | 3A | 2D | 29 |
| Octal | 231 | 226 | 72 | 0 | 2 | 76 | 50 | 72 | 55 | 51 |
| Binary | 10011001 | 10010110 | 111010 | 0 | 10 | 111110 | 101000 | 111010 | 101101 | 101001 |
Color Harmonies of #99963A
Complementary color
Monochromatic Colors of #99963A
Black with #99963A
Text Example
Text Example
White with #99963A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99963A; }
p { color: rgb(153,150,58); }
H1.HeaderClassName
{
color: #99963A;
}
.AnyTagClassName
{
color: #99963A;
}
</style>
background-color css
<style>
a { background-color: #99963A; }
a { background-color: rgb(153,150,58); }
div.DivClassName
{
background-color: #99963A;
}
.BgClassName
{
background-color: #99963A;
}
</style>
border-color css
<style>
span { border-color: #99963A; }
span { border-color: rgb(153,150,58); }
td.TdClassName
{
border-color: #99963A;
}
.TagClassName
{
border-color: #99963A;
}
</style>