Shades of Highball #968438
Tints of Highball #968438
RGB
CMYK
RGB Variations
Color information
#968438 (or 0x968438) is known color: Highball. HEX triplet: 96, 84 and 38. RGB value is (150,132,56). Sum of RGB (Red+Green+Blue) = 150+132+56=338 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.38% from 338); Green value is 132 (51.95% from 255 or 39.05% from 338); Blue value is 56 (22.27% from 255 or 16.57% from 338); Max value from RGB is 150 - color contains mainly: red. Hex color #968438 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968438 is #697BC7. Grayscale: #818181. Windows color (decimal): -6912968 or 3703958. OLE color: 3703958.
HSL color Cylindrical-coordinate representation of color #968438: hue angle of 48.51º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #968438 is Cyan = 0, Magento = 0.12, Yellow = 0.63 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 132 | 56 | - |
| CMYK | 0 | 0.12 | 0.63 | 0.41 |
| HSL | 48.51º | 0.46% | 0.4% | - |
| HSV(B) | 48.51º | 0.63% | 0.59% | - |
| XYZ | 21.54 | 23.27 | 7.1 | - |
| YUV | 128.72 | 86.96 | 143.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 132 | 56 | 0 | 0.12 | 0.63 | 0.41 | 48.51 | 0.46 | 0.4 |
| Hex | 96 | 84 | 38 | 0 | C | 3F | 29 | 31 | 2E | 28 |
| Octal | 226 | 204 | 70 | 0 | 14 | 77 | 51 | 61 | 56 | 50 |
| Binary | 10010110 | 10000100 | 111000 | 0 | 1100 | 111111 | 101001 | 110001 | 101110 | 101000 |
Color Harmonies of #968438
Complementary color
Monochromatic Colors of #968438
Black with #968438
Text Example
Text Example
White with #968438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968438; }
p { color: rgb(150,132,56); }
H1.HeaderClassName
{
color: #968438;
}
.AnyTagClassName
{
color: #968438;
}
</style>
background-color css
<style>
a { background-color: #968438; }
a { background-color: rgb(150,132,56); }
div.DivClassName
{
background-color: #968438;
}
.BgClassName
{
background-color: #968438;
}
</style>
border-color css
<style>
span { border-color: #968438; }
span { border-color: rgb(150,132,56); }
td.TdClassName
{
border-color: #968438;
}
.TagClassName
{
border-color: #968438;
}
</style>