Shades of Highball #968343
Tints of Highball #968343
RGB
CMYK
RGB Variations
Color information
#968343 (or 0x968343) is known color: Highball. HEX triplet: 96, 83 and 43. RGB value is (150,131,67). Sum of RGB (Red+Green+Blue) = 150+131+67=348 (46% of max value = 765). Red value is 150 (58.98% from 255 or 43.10% from 348); Green value is 131 (51.56% from 255 or 37.64% from 348); Blue value is 67 (26.56% from 255 or 19.25% from 348); Max value from RGB is 150 - color contains mainly: red. Hex color #968343 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968343 is #697CBC. Grayscale: #818181. Windows color (decimal): -6913213 or 4424598. OLE color: 4424598.
HSL color Cylindrical-coordinate representation of color #968343: hue angle of 46.27º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #968343 is Cyan = 0, Magento = 0.13, Yellow = 0.55 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 131 | 67 | - |
| CMYK | 0 | 0.13 | 0.55 | 0.41 |
| HSL | 46.27º | 0.38% | 0.43% | - |
| HSV(B) | 46.27º | 0.55% | 0.59% | - |
| XYZ | 21.71 | 23.12 | 8.63 | - |
| YUV | 129.39 | 92.79 | 142.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 131 | 67 | 0 | 0.13 | 0.55 | 0.41 | 46.27 | 0.38 | 0.43 |
| Hex | 96 | 83 | 43 | 0 | D | 37 | 29 | 2E | 26 | 2B |
| Octal | 226 | 203 | 103 | 0 | 15 | 67 | 51 | 56 | 46 | 53 |
| Binary | 10010110 | 10000011 | 1000011 | 0 | 1101 | 110111 | 101001 | 101110 | 100110 | 101011 |
Color Harmonies of #968343
Complementary color
Monochromatic Colors of #968343
Black with #968343
Text Example
Text Example
White with #968343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968343; }
p { color: rgb(150,131,67); }
H1.HeaderClassName
{
color: #968343;
}
.AnyTagClassName
{
color: #968343;
}
</style>
background-color css
<style>
a { background-color: #968343; }
a { background-color: rgb(150,131,67); }
div.DivClassName
{
background-color: #968343;
}
.BgClassName
{
background-color: #968343;
}
</style>
border-color css
<style>
span { border-color: #968343; }
span { border-color: rgb(150,131,67); }
td.TdClassName
{
border-color: #968343;
}
.TagClassName
{
border-color: #968343;
}
</style>