Shades of Highball #968545
Tints of Highball #968545
RGB
CMYK
RGB Variations
Color information
#968545 (or 0x968545) is known color: Highball. HEX triplet: 96, 85 and 45. RGB value is (150,133,69). Sum of RGB (Red+Green+Blue) = 150+133+69=352 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.61% from 352); Green value is 133 (52.34% from 255 or 37.78% from 352); Blue value is 69 (27.34% from 255 or 19.60% from 352); Max value from RGB is 150 - color contains mainly: red. Hex color #968545 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968545 is #697ABA. Grayscale: #838383. Windows color (decimal): -6912699 or 4556182. OLE color: 4556182.
HSL color Cylindrical-coordinate representation of color #968545: hue angle of 47.41º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #968545 is Cyan = 0, Magento = 0.11, Yellow = 0.54 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 133 | 69 | - |
| CMYK | 0 | 0.11 | 0.54 | 0.41 |
| HSL | 47.41º | 0.37% | 0.43% | - |
| HSV(B) | 47.41º | 0.54% | 0.59% | - |
| XYZ | 22.04 | 23.69 | 9.04 | - |
| YUV | 130.79 | 93.13 | 141.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 133 | 69 | 0 | 0.11 | 0.54 | 0.41 | 47.41 | 0.37 | 0.43 |
| Hex | 96 | 85 | 45 | 0 | B | 36 | 29 | 2F | 25 | 2B |
| Octal | 226 | 205 | 105 | 0 | 13 | 66 | 51 | 57 | 45 | 53 |
| Binary | 10010110 | 10000101 | 1000101 | 0 | 1011 | 110110 | 101001 | 101111 | 100101 | 101011 |
Color Harmonies of #968545
Complementary color
Monochromatic Colors of #968545
Black with #968545
Text Example
Text Example
White with #968545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968545; }
p { color: rgb(150,133,69); }
H1.HeaderClassName
{
color: #968545;
}
.AnyTagClassName
{
color: #968545;
}
</style>
background-color css
<style>
a { background-color: #968545; }
a { background-color: rgb(150,133,69); }
div.DivClassName
{
background-color: #968545;
}
.BgClassName
{
background-color: #968545;
}
</style>
border-color css
<style>
span { border-color: #968545; }
span { border-color: rgb(150,133,69); }
td.TdClassName
{
border-color: #968545;
}
.TagClassName
{
border-color: #968545;
}
</style>