Shades of Highball #999342
Tints of Highball #999342
RGB
CMYK
RGB Variations
Color information
#999342 (or 0x999342) is known color: Highball. HEX triplet: 99, 93 and 42. RGB value is (153,147,66). Sum of RGB (Red+Green+Blue) = 153+147+66=366 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.80% from 366); Green value is 147 (57.81% from 255 or 40.16% from 366); Blue value is 66 (26.17% from 255 or 18.03% from 366); Max value from RGB is 153 - color contains mainly: red. Hex color #999342 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #999342 is #666CBD. Grayscale: #8B8B8B. Windows color (decimal): -6712510 or 4363161. OLE color: 4363161.
HSL color Cylindrical-coordinate representation of color #999342: hue angle of 55.86º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #999342 is Cyan = 0, Magento = 0.04, Yellow = 0.57 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 147 | 66 | - |
| CMYK | 0 | 0.04 | 0.57 | 0.4 |
| HSL | 55.86º | 0.4% | 0.43% | - |
| HSV(B) | 55.86º | 0.57% | 0.6% | - |
| XYZ | 24.55 | 28.03 | 9.27 | - |
| YUV | 139.56 | 86.49 | 137.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 147 | 66 | 0 | 0.04 | 0.57 | 0.4 | 55.86 | 0.4 | 0.43 |
| Hex | 99 | 93 | 42 | 0 | 4 | 39 | 28 | 38 | 28 | 2B |
| Octal | 231 | 223 | 102 | 0 | 4 | 71 | 50 | 70 | 50 | 53 |
| Binary | 10011001 | 10010011 | 1000010 | 0 | 100 | 111001 | 101000 | 111000 | 101000 | 101011 |
Color Harmonies of #999342
Complementary color
Monochromatic Colors of #999342
Black with #999342
Text Example
Text Example
White with #999342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999342; }
p { color: rgb(153,147,66); }
H1.HeaderClassName
{
color: #999342;
}
.AnyTagClassName
{
color: #999342;
}
</style>
background-color css
<style>
a { background-color: #999342; }
a { background-color: rgb(153,147,66); }
div.DivClassName
{
background-color: #999342;
}
.BgClassName
{
background-color: #999342;
}
</style>
border-color css
<style>
span { border-color: #999342; }
span { border-color: rgb(153,147,66); }
td.TdClassName
{
border-color: #999342;
}
.TagClassName
{
border-color: #999342;
}
</style>