Shades of Highball #9D913E
Tints of Highball #9D913E
RGB
CMYK
RGB Variations
Color information
#9D913E (or 0x9D913E) is known color: Highball. HEX triplet: 9D, 91 and 3E. RGB value is (157,145,62). Sum of RGB (Red+Green+Blue) = 157+145+62=364 (48% of max value = 765). Red value is 157 (61.72% from 255 or 43.13% from 364); Green value is 145 (57.03% from 255 or 39.84% from 364); Blue value is 62 (24.61% from 255 or 17.03% from 364); Max value from RGB is 157 - color contains mainly: red. Hex color #9D913E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9D913E is #626EC1. Grayscale: #8B8B8B. Windows color (decimal): -6450882 or 4100509. OLE color: 4100509.
HSL color Cylindrical-coordinate representation of color #9D913E: hue angle of 52.42º degrees, saturation: 0.43, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9D913E is Cyan = 0, Magento = 0.08, Yellow = 0.61 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 145 | 62 | - |
| CMYK | 0 | 0.08 | 0.61 | 0.38 |
| HSL | 52.42º | 0.43% | 0.43% | - |
| HSV(B) | 52.42º | 0.61% | 0.62% | - |
| XYZ | 24.9 | 27.77 | 8.6 | - |
| YUV | 139.13 | 84.48 | 140.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 145 | 62 | 0 | 0.08 | 0.61 | 0.38 | 52.42 | 0.43 | 0.43 |
| Hex | 9D | 91 | 3E | 0 | 8 | 3D | 26 | 34 | 2B | 2B |
| Octal | 235 | 221 | 76 | 0 | 10 | 75 | 46 | 64 | 53 | 53 |
| Binary | 10011101 | 10010001 | 111110 | 0 | 1000 | 111101 | 100110 | 110100 | 101011 | 101011 |
Color Harmonies of #9D913E
Complementary color
Monochromatic Colors of #9D913E
Black with #9D913E
Text Example
Text Example
White with #9D913E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D913E; }
p { color: rgb(157,145,62); }
H1.HeaderClassName
{
color: #9D913E;
}
.AnyTagClassName
{
color: #9D913E;
}
</style>
background-color css
<style>
a { background-color: #9D913E; }
a { background-color: rgb(157,145,62); }
div.DivClassName
{
background-color: #9D913E;
}
.BgClassName
{
background-color: #9D913E;
}
</style>
border-color css
<style>
span { border-color: #9D913E; }
span { border-color: rgb(157,145,62); }
td.TdClassName
{
border-color: #9D913E;
}
.TagClassName
{
border-color: #9D913E;
}
</style>