Shades of Highball #99962D
Tints of Highball #99962D
RGB
CMYK
RGB Variations
Color information
#99962D (or 0x99962D) is known color: Highball. HEX triplet: 99, 96 and 2D. RGB value is (153,150,45). Sum of RGB (Red+Green+Blue) = 153+150+45=348 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.97% from 348); Green value is 150 (58.98% from 255 or 43.10% from 348); Blue value is 45 (17.97% from 255 or 12.93% from 348); Max value from RGB is 153 - color contains mainly: red. Hex color #99962D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99962D is #6669D2. Grayscale: #8B8B8B. Windows color (decimal): -6711763 or 2987673. OLE color: 2987673.
HSL color Cylindrical-coordinate representation of color #99962D: hue angle of 58.33º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #99962D is Cyan = 0, Magento = 0.02, Yellow = 0.71 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 150 | 45 | - |
| CMYK | 0 | 0.02 | 0.71 | 0.4 |
| HSL | 58.33º | 0.55% | 0.39% | - |
| HSV(B) | 58.33º | 0.71% | 0.6% | - |
| XYZ | 24.52 | 28.77 | 6.74 | - |
| YUV | 138.93 | 74.99 | 138.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 150 | 45 | 0 | 0.02 | 0.71 | 0.4 | 58.33 | 0.55 | 0.39 |
| Hex | 99 | 96 | 2D | 0 | 2 | 47 | 28 | 3A | 37 | 27 |
| Octal | 231 | 226 | 55 | 0 | 2 | 107 | 50 | 72 | 67 | 47 |
| Binary | 10011001 | 10010110 | 101101 | 0 | 10 | 1000111 | 101000 | 111010 | 110111 | 100111 |
Color Harmonies of #99962D
Complementary color
Monochromatic Colors of #99962D
Black with #99962D
Text Example
Text Example
White with #99962D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99962D; }
p { color: rgb(153,150,45); }
H1.HeaderClassName
{
color: #99962D;
}
.AnyTagClassName
{
color: #99962D;
}
</style>
background-color css
<style>
a { background-color: #99962D; }
a { background-color: rgb(153,150,45); }
div.DivClassName
{
background-color: #99962D;
}
.BgClassName
{
background-color: #99962D;
}
</style>
border-color css
<style>
span { border-color: #99962D; }
span { border-color: rgb(153,150,45); }
td.TdClassName
{
border-color: #99962D;
}
.TagClassName
{
border-color: #99962D;
}
</style>