Shades of Highball #968648
Tints of Highball #968648
RGB
CMYK
RGB Variations
Color information
#968648 (or 0x968648) is known color: Highball. HEX triplet: 96, 86 and 48. RGB value is (150,134,72). Sum of RGB (Red+Green+Blue) = 150+134+72=356 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.13% from 356); Green value is 134 (52.73% from 255 or 37.64% from 356); Blue value is 72 (28.52% from 255 or 20.22% from 356); Max value from RGB is 150 - color contains mainly: red. Hex color #968648 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968648 is #6979B7. Grayscale: #838383. Windows color (decimal): -6912440 or 4753046. OLE color: 4753046.
HSL color Cylindrical-coordinate representation of color #968648: hue angle of 47.69º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #968648 is Cyan = 0, Magento = 0.11, Yellow = 0.52 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 134 | 72 | - |
| CMYK | 0 | 0.11 | 0.52 | 0.41 |
| HSL | 47.69º | 0.35% | 0.44% | - |
| HSV(B) | 47.69º | 0.52% | 0.59% | - |
| XYZ | 22.27 | 24 | 9.59 | - |
| YUV | 131.72 | 94.3 | 141.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 134 | 72 | 0 | 0.11 | 0.52 | 0.41 | 47.69 | 0.35 | 0.44 |
| Hex | 96 | 86 | 48 | 0 | B | 34 | 29 | 30 | 23 | 2C |
| Octal | 226 | 206 | 110 | 0 | 13 | 64 | 51 | 60 | 43 | 54 |
| Binary | 10010110 | 10000110 | 1001000 | 0 | 1011 | 110100 | 101001 | 110000 | 100011 | 101100 |
Color Harmonies of #968648
Complementary color
Monochromatic Colors of #968648
Black with #968648
Text Example
Text Example
White with #968648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968648; }
p { color: rgb(150,134,72); }
H1.HeaderClassName
{
color: #968648;
}
.AnyTagClassName
{
color: #968648;
}
</style>
background-color css
<style>
a { background-color: #968648; }
a { background-color: rgb(150,134,72); }
div.DivClassName
{
background-color: #968648;
}
.BgClassName
{
background-color: #968648;
}
</style>
border-color css
<style>
span { border-color: #968648; }
span { border-color: rgb(150,134,72); }
td.TdClassName
{
border-color: #968648;
}
.TagClassName
{
border-color: #968648;
}
</style>