Shades of Highball #969631
Tints of Highball #969631
RGB
CMYK
RGB Variations
Color information
#969631 (or 0x969631) is known color: Highball. HEX triplet: 96, 96 and 31. RGB value is (150,150,49). Sum of RGB (Red+Green+Blue) = 150+150+49=349 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.98% from 349); Green value is 150 (58.98% from 255 or 42.98% from 349); Blue value is 49 (19.53% from 255 or 14.04% from 349); Max value from RGB is 150 - color contains mainly: red, green. Hex color #969631 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #969631 is #6969CE. Grayscale: #8A8A8A. Windows color (decimal): -6908367 or 3249814. OLE color: 3249814.
HSL color Cylindrical-coordinate representation of color #969631: hue angle of 60º 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 #969631 is Cyan = 0, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 150 | 49 | - |
| CMYK | 0 | 0 | 0.67 | 0.41 |
| HSL | 60º | 0.51% | 0.39% | - |
| HSV(B) | 60º | 0.67% | 0.59% | - |
| XYZ | 24.04 | 28.52 | 7.14 | - |
| YUV | 138.49 | 77.5 | 136.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 150 | 49 | 0 | 0 | 0.67 | 0.41 | 60 | 0.51 | 0.39 |
| Hex | 96 | 96 | 31 | 0 | 0 | 43 | 29 | 3C | 33 | 27 |
| Octal | 226 | 226 | 61 | 0 | 0 | 103 | 51 | 74 | 63 | 47 |
| Binary | 10010110 | 10010110 | 110001 | 0 | 0 | 1000011 | 101001 | 111100 | 110011 | 100111 |
Color Harmonies of #969631
Complementary color
Monochromatic Colors of #969631
Black with #969631
Text Example
Text Example
White with #969631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969631; }
p { color: rgb(150,150,49); }
H1.HeaderClassName
{
color: #969631;
}
.AnyTagClassName
{
color: #969631;
}
</style>
background-color css
<style>
a { background-color: #969631; }
a { background-color: rgb(150,150,49); }
div.DivClassName
{
background-color: #969631;
}
.BgClassName
{
background-color: #969631;
}
</style>
border-color css
<style>
span { border-color: #969631; }
span { border-color: rgb(150,150,49); }
td.TdClassName
{
border-color: #969631;
}
.TagClassName
{
border-color: #969631;
}
</style>