Shades of Highball #999352
Tints of Highball #999352
RGB
CMYK
RGB Variations
Color information
#999352 (or 0x999352) is known color: Highball. HEX triplet: 99, 93 and 52. RGB value is (153,147,82). Sum of RGB (Red+Green+Blue) = 153+147+82=382 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.05% from 382); Green value is 147 (57.81% from 255 or 38.48% from 382); Blue value is 82 (32.42% from 255 or 21.47% from 382); Max value from RGB is 153 - color contains mainly: red. Hex color #999352 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999352 is #666CAD. Grayscale: #8D8D8D. Windows color (decimal): -6712494 or 5411737. OLE color: 5411737.
HSL color Cylindrical-coordinate representation of color #999352: hue angle of 54.93º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #999352 is Cyan = 0, Magento = 0.04, Yellow = 0.46 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 147 | 82 | - |
| CMYK | 0 | 0.04 | 0.46 | 0.4 |
| HSL | 54.93º | 0.3% | 0.46% | - |
| HSV(B) | 54.93º | 0.46% | 0.6% | - |
| XYZ | 25.09 | 28.25 | 12.11 | - |
| YUV | 141.38 | 94.49 | 136.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 147 | 82 | 0 | 0.04 | 0.46 | 0.4 | 54.93 | 0.3 | 0.46 |
| Hex | 99 | 93 | 52 | 0 | 4 | 2E | 28 | 37 | 1E | 2E |
| Octal | 231 | 223 | 122 | 0 | 4 | 56 | 50 | 67 | 36 | 56 |
| Binary | 10011001 | 10010011 | 1010010 | 0 | 100 | 101110 | 101000 | 110111 | 11110 | 101110 |
Color Harmonies of #999352
Complementary color
Monochromatic Colors of #999352
Black with #999352
Text Example
Text Example
White with #999352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999352; }
p { color: rgb(153,147,82); }
H1.HeaderClassName
{
color: #999352;
}
.AnyTagClassName
{
color: #999352;
}
</style>
background-color css
<style>
a { background-color: #999352; }
a { background-color: rgb(153,147,82); }
div.DivClassName
{
background-color: #999352;
}
.BgClassName
{
background-color: #999352;
}
</style>
border-color css
<style>
span { border-color: #999352; }
span { border-color: rgb(153,147,82); }
td.TdClassName
{
border-color: #999352;
}
.TagClassName
{
border-color: #999352;
}
</style>