Shades of Highball #99933C
Tints of Highball #99933C
RGB
CMYK
RGB Variations
Color information
#99933C (or 0x99933C) is known color: Highball. HEX triplet: 99, 93 and 3C. RGB value is (153,147,60). Sum of RGB (Red+Green+Blue) = 153+147+60=360 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.5% from 360); Green value is 147 (57.81% from 255 or 40.83% from 360); Blue value is 60 (23.83% from 255 or 16.67% from 360); Max value from RGB is 153 - color contains mainly: red. Hex color #99933C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99933C is #666CC3. Grayscale: #8B8B8B. Windows color (decimal): -6712516 or 3969945. OLE color: 3969945.
HSL color Cylindrical-coordinate representation of color #99933C: hue angle of 56.13º 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 #99933C is Cyan = 0, Magento = 0.04, Yellow = 0.61 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 147 | 60 | - |
| CMYK | 0 | 0.04 | 0.61 | 0.4 |
| HSL | 56.13º | 0.44% | 0.42% | - |
| HSV(B) | 56.13º | 0.61% | 0.6% | - |
| XYZ | 24.39 | 27.97 | 8.39 | - |
| YUV | 138.88 | 83.49 | 138.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 147 | 60 | 0 | 0.04 | 0.61 | 0.4 | 56.13 | 0.44 | 0.42 |
| Hex | 99 | 93 | 3C | 0 | 4 | 3D | 28 | 38 | 2C | 2A |
| Octal | 231 | 223 | 74 | 0 | 4 | 75 | 50 | 70 | 54 | 52 |
| Binary | 10011001 | 10010011 | 111100 | 0 | 100 | 111101 | 101000 | 111000 | 101100 | 101010 |
Color Harmonies of #99933C
Complementary color
Monochromatic Colors of #99933C
Black with #99933C
Text Example
Text Example
White with #99933C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99933C; }
p { color: rgb(153,147,60); }
H1.HeaderClassName
{
color: #99933C;
}
.AnyTagClassName
{
color: #99933C;
}
</style>
background-color css
<style>
a { background-color: #99933C; }
a { background-color: rgb(153,147,60); }
div.DivClassName
{
background-color: #99933C;
}
.BgClassName
{
background-color: #99933C;
}
</style>
border-color css
<style>
span { border-color: #99933C; }
span { border-color: rgb(153,147,60); }
td.TdClassName
{
border-color: #99933C;
}
.TagClassName
{
border-color: #99933C;
}
</style>