Shades of Highball #968744
Tints of Highball #968744
RGB
CMYK
RGB Variations
Color information
#968744 (or 0x968744) is known color: Highball. HEX triplet: 96, 87 and 44. RGB value is (150,135,68). Sum of RGB (Red+Green+Blue) = 150+135+68=353 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.49% from 353); Green value is 135 (53.12% from 255 or 38.24% from 353); Blue value is 68 (26.95% from 255 or 19.26% from 353); Max value from RGB is 150 - color contains mainly: red. Hex color #968744 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968744 is #6978BB. Grayscale: #848484. Windows color (decimal): -6912188 or 4491158. OLE color: 4491158.
HSL color Cylindrical-coordinate representation of color #968744: hue angle of 49.02º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #968744 is Cyan = 0, Magento = 0.1, Yellow = 0.55 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 135 | 68 | - |
| CMYK | 0 | 0.1 | 0.55 | 0.41 |
| HSL | 49.02º | 0.38% | 0.43% | - |
| HSV(B) | 49.02º | 0.55% | 0.59% | - |
| XYZ | 22.29 | 24.23 | 8.97 | - |
| YUV | 131.85 | 91.97 | 140.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 135 | 68 | 0 | 0.1 | 0.55 | 0.41 | 49.02 | 0.38 | 0.43 |
| Hex | 96 | 87 | 44 | 0 | A | 37 | 29 | 31 | 26 | 2B |
| Octal | 226 | 207 | 104 | 0 | 12 | 67 | 51 | 61 | 46 | 53 |
| Binary | 10010110 | 10000111 | 1000100 | 0 | 1010 | 110111 | 101001 | 110001 | 100110 | 101011 |
Color Harmonies of #968744
Complementary color
Monochromatic Colors of #968744
Black with #968744
Text Example
Text Example
White with #968744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968744; }
p { color: rgb(150,135,68); }
H1.HeaderClassName
{
color: #968744;
}
.AnyTagClassName
{
color: #968744;
}
</style>
background-color css
<style>
a { background-color: #968744; }
a { background-color: rgb(150,135,68); }
div.DivClassName
{
background-color: #968744;
}
.BgClassName
{
background-color: #968744;
}
</style>
border-color css
<style>
span { border-color: #968744; }
span { border-color: rgb(150,135,68); }
td.TdClassName
{
border-color: #968744;
}
.TagClassName
{
border-color: #968744;
}
</style>