Shades of Highball #968F3A
Tints of Highball #968F3A
RGB
CMYK
RGB Variations
Color information
#968F3A (or 0x968F3A) is known color: Highball. HEX triplet: 96, 8F and 3A. RGB value is (150,143,58). Sum of RGB (Red+Green+Blue) = 150+143+58=351 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.74% from 351); Green value is 143 (56.25% from 255 or 40.74% from 351); Blue value is 58 (23.05% from 255 or 16.52% from 351); Max value from RGB is 150 - color contains mainly: red. Hex color #968F3A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968F3A is #6970C5. Grayscale: #878787. Windows color (decimal): -6910150 or 3837846. OLE color: 3837846.
HSL color Cylindrical-coordinate representation of color #968F3A: hue angle of 55.43º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #968F3A is Cyan = 0, Magento = 0.05, Yellow = 0.61 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 143 | 58 | - |
| CMYK | 0 | 0.05 | 0.61 | 0.41 |
| HSL | 55.43º | 0.44% | 0.41% | - |
| HSV(B) | 55.43º | 0.61% | 0.59% | - |
| XYZ | 23.16 | 26.43 | 7.88 | - |
| YUV | 135.4 | 84.32 | 138.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 143 | 58 | 0 | 0.05 | 0.61 | 0.41 | 55.43 | 0.44 | 0.41 |
| Hex | 96 | 8F | 3A | 0 | 5 | 3D | 29 | 37 | 2C | 29 |
| Octal | 226 | 217 | 72 | 0 | 5 | 75 | 51 | 67 | 54 | 51 |
| Binary | 10010110 | 10001111 | 111010 | 0 | 101 | 111101 | 101001 | 110111 | 101100 | 101001 |
Color Harmonies of #968F3A
Complementary color
Monochromatic Colors of #968F3A
Black with #968F3A
Text Example
Text Example
White with #968F3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968F3A; }
p { color: rgb(150,143,58); }
H1.HeaderClassName
{
color: #968F3A;
}
.AnyTagClassName
{
color: #968F3A;
}
</style>
background-color css
<style>
a { background-color: #968F3A; }
a { background-color: rgb(150,143,58); }
div.DivClassName
{
background-color: #968F3A;
}
.BgClassName
{
background-color: #968F3A;
}
</style>
border-color css
<style>
span { border-color: #968F3A; }
span { border-color: rgb(150,143,58); }
td.TdClassName
{
border-color: #968F3A;
}
.TagClassName
{
border-color: #968F3A;
}
</style>