Shades of Highball #968D31
Tints of Highball #968D31
RGB
CMYK
RGB Variations
Color information
#968D31 (or 0x968D31) is known color: Highball. HEX triplet: 96, 8D and 31. RGB value is (150,141,49). Sum of RGB (Red+Green+Blue) = 150+141+49=340 (45% of max value = 765). Red value is 150 (58.98% from 255 or 44.12% from 340); Green value is 141 (55.47% from 255 or 41.47% from 340); Blue value is 49 (19.53% from 255 or 14.41% from 340); Max value from RGB is 150 - color contains mainly: red. Hex color #968D31 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968D31 is #6972CE. Grayscale: #858585. Windows color (decimal): -6910671 or 3247510. OLE color: 3247510.
HSL color Cylindrical-coordinate representation of color #968D31: hue angle of 54.65º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #968D31 is Cyan = 0, Magento = 0.06, Yellow = 0.67 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 141 | 49 | - |
| CMYK | 0 | 0.06 | 0.67 | 0.41 |
| HSL | 54.65º | 0.51% | 0.39% | - |
| HSV(B) | 54.65º | 0.67% | 0.59% | - |
| XYZ | 22.66 | 25.76 | 6.68 | - |
| YUV | 133.2 | 80.48 | 139.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 141 | 49 | 0 | 0.06 | 0.67 | 0.41 | 54.65 | 0.51 | 0.39 |
| Hex | 96 | 8D | 31 | 0 | 6 | 43 | 29 | 37 | 33 | 27 |
| Octal | 226 | 215 | 61 | 0 | 6 | 103 | 51 | 67 | 63 | 47 |
| Binary | 10010110 | 10001101 | 110001 | 0 | 110 | 1000011 | 101001 | 110111 | 110011 | 100111 |
Color Harmonies of #968D31
Complementary color
Monochromatic Colors of #968D31
Black with #968D31
Text Example
Text Example
White with #968D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968D31; }
p { color: rgb(150,141,49); }
H1.HeaderClassName
{
color: #968D31;
}
.AnyTagClassName
{
color: #968D31;
}
</style>
background-color css
<style>
a { background-color: #968D31; }
a { background-color: rgb(150,141,49); }
div.DivClassName
{
background-color: #968D31;
}
.BgClassName
{
background-color: #968D31;
}
</style>
border-color css
<style>
span { border-color: #968D31; }
span { border-color: rgb(150,141,49); }
td.TdClassName
{
border-color: #968D31;
}
.TagClassName
{
border-color: #968D31;
}
</style>