Shades of Highball #968241
Tints of Highball #968241
RGB
CMYK
RGB Variations
Color information
#968241 (or 0x968241) is known color: Highball. HEX triplet: 96, 82 and 41. RGB value is (150,130,65). Sum of RGB (Red+Green+Blue) = 150+130+65=345 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.48% from 345); Green value is 130 (51.17% from 255 or 37.68% from 345); Blue value is 65 (25.78% from 255 or 18.84% from 345); Max value from RGB is 150 - color contains mainly: red. Hex color #968241 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968241 is #697DBE. Grayscale: #808080. Windows color (decimal): -6913471 or 4293270. OLE color: 4293270.
HSL color Cylindrical-coordinate representation of color #968241: hue angle of 45.88º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #968241 is Cyan = 0, Magento = 0.13, Yellow = 0.57 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 130 | 65 | - |
| CMYK | 0 | 0.13 | 0.57 | 0.41 |
| HSL | 45.88º | 0.4% | 0.42% | - |
| HSV(B) | 45.88º | 0.57% | 0.59% | - |
| XYZ | 21.51 | 22.83 | 8.27 | - |
| YUV | 128.57 | 92.13 | 143.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 130 | 65 | 0 | 0.13 | 0.57 | 0.41 | 45.88 | 0.4 | 0.42 |
| Hex | 96 | 82 | 41 | 0 | D | 39 | 29 | 2E | 28 | 2A |
| Octal | 226 | 202 | 101 | 0 | 15 | 71 | 51 | 56 | 50 | 52 |
| Binary | 10010110 | 10000010 | 1000001 | 0 | 1101 | 111001 | 101001 | 101110 | 101000 | 101010 |
Color Harmonies of #968241
Complementary color
Monochromatic Colors of #968241
Black with #968241
Text Example
Text Example
White with #968241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968241; }
p { color: rgb(150,130,65); }
H1.HeaderClassName
{
color: #968241;
}
.AnyTagClassName
{
color: #968241;
}
</style>
background-color css
<style>
a { background-color: #968241; }
a { background-color: rgb(150,130,65); }
div.DivClassName
{
background-color: #968241;
}
.BgClassName
{
background-color: #968241;
}
</style>
border-color css
<style>
span { border-color: #968241; }
span { border-color: rgb(150,130,65); }
td.TdClassName
{
border-color: #968241;
}
.TagClassName
{
border-color: #968241;
}
</style>