Shades of Highball #968635
Tints of Highball #968635
RGB
CMYK
RGB Variations
Color information
#968635 (or 0x968635) is known color: Highball. HEX triplet: 96, 86 and 35. RGB value is (150,134,53). Sum of RGB (Red+Green+Blue) = 150+134+53=337 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.51% from 337); Green value is 134 (52.73% from 255 or 39.76% from 337); Blue value is 53 (21.09% from 255 or 15.73% from 337); Max value from RGB is 150 - color contains mainly: red. Hex color #968635 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968635 is #6979CA. Grayscale: #818181. Windows color (decimal): -6912459 or 3507862. OLE color: 3507862.
HSL color Cylindrical-coordinate representation of color #968635: hue angle of 50.1º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #968635 is Cyan = 0, Magento = 0.11, Yellow = 0.65 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 134 | 53 | - |
| CMYK | 0 | 0.11 | 0.65 | 0.41 |
| HSL | 50.1º | 0.48% | 0.4% | - |
| HSV(B) | 50.1º | 0.65% | 0.59% | - |
| XYZ | 21.75 | 23.79 | 6.81 | - |
| YUV | 129.55 | 84.8 | 142.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 134 | 53 | 0 | 0.11 | 0.65 | 0.41 | 50.1 | 0.48 | 0.4 |
| Hex | 96 | 86 | 35 | 0 | B | 41 | 29 | 32 | 30 | 28 |
| Octal | 226 | 206 | 65 | 0 | 13 | 101 | 51 | 62 | 60 | 50 |
| Binary | 10010110 | 10000110 | 110101 | 0 | 1011 | 1000001 | 101001 | 110010 | 110000 | 101000 |
Color Harmonies of #968635
Complementary color
Monochromatic Colors of #968635
Black with #968635
Text Example
Text Example
White with #968635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968635; }
p { color: rgb(150,134,53); }
H1.HeaderClassName
{
color: #968635;
}
.AnyTagClassName
{
color: #968635;
}
</style>
background-color css
<style>
a { background-color: #968635; }
a { background-color: rgb(150,134,53); }
div.DivClassName
{
background-color: #968635;
}
.BgClassName
{
background-color: #968635;
}
</style>
border-color css
<style>
span { border-color: #968635; }
span { border-color: rgb(150,134,53); }
td.TdClassName
{
border-color: #968635;
}
.TagClassName
{
border-color: #968635;
}
</style>