Shades of Highball #968746
Tints of Highball #968746
RGB
CMYK
RGB Variations
Color information
#968746 (or 0x968746) is known color: Highball. HEX triplet: 96, 87 and 46. RGB value is (150,135,70). Sum of RGB (Red+Green+Blue) = 150+135+70=355 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.25% from 355); Green value is 135 (53.12% from 255 or 38.03% from 355); Blue value is 70 (27.73% from 255 or 19.72% from 355); Max value from RGB is 150 - color contains mainly: red. Hex color #968746 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968746 is #6978B9. Grayscale: #848484. Windows color (decimal): -6912186 or 4622230. OLE color: 4622230.
HSL color Cylindrical-coordinate representation of color #968746: hue angle of 48.75º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #968746 is Cyan = 0, Magento = 0.1, Yellow = 0.53 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 135 | 70 | - |
| CMYK | 0 | 0.1 | 0.53 | 0.41 |
| HSL | 48.75º | 0.36% | 0.43% | - |
| HSV(B) | 48.75º | 0.53% | 0.59% | - |
| XYZ | 22.35 | 24.25 | 9.3 | - |
| YUV | 132.08 | 92.97 | 140.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 135 | 70 | 0 | 0.1 | 0.53 | 0.41 | 48.75 | 0.36 | 0.43 |
| Hex | 96 | 87 | 46 | 0 | A | 35 | 29 | 31 | 24 | 2B |
| Octal | 226 | 207 | 106 | 0 | 12 | 65 | 51 | 61 | 44 | 53 |
| Binary | 10010110 | 10000111 | 1000110 | 0 | 1010 | 110101 | 101001 | 110001 | 100100 | 101011 |
Color Harmonies of #968746
Complementary color
Monochromatic Colors of #968746
Black with #968746
Text Example
Text Example
White with #968746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968746; }
p { color: rgb(150,135,70); }
H1.HeaderClassName
{
color: #968746;
}
.AnyTagClassName
{
color: #968746;
}
</style>
background-color css
<style>
a { background-color: #968746; }
a { background-color: rgb(150,135,70); }
div.DivClassName
{
background-color: #968746;
}
.BgClassName
{
background-color: #968746;
}
</style>
border-color css
<style>
span { border-color: #968746; }
span { border-color: rgb(150,135,70); }
td.TdClassName
{
border-color: #968746;
}
.TagClassName
{
border-color: #968746;
}
</style>