Shades of Highball #968B49
Tints of Highball #968B49
RGB
CMYK
RGB Variations
Color information
#968B49 (or 0x968B49) is known color: Highball. HEX triplet: 96, 8B and 49. RGB value is (150,139,73). Sum of RGB (Red+Green+Blue) = 150+139+73=362 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.44% from 362); Green value is 139 (54.69% from 255 or 38.40% from 362); Blue value is 73 (28.91% from 255 or 20.17% from 362); Max value from RGB is 150 - color contains mainly: red. Hex color #968B49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968B49 is #6974B6. Grayscale: #878787. Windows color (decimal): -6911159 or 4819862. OLE color: 4819862.
HSL color Cylindrical-coordinate representation of color #968B49: hue angle of 51.43º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #968B49 is Cyan = 0, Magento = 0.07, Yellow = 0.51 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 139 | 73 | - |
| CMYK | 0 | 0.07 | 0.51 | 0.41 |
| HSL | 51.43º | 0.35% | 0.44% | - |
| HSV(B) | 51.43º | 0.51% | 0.59% | - |
| XYZ | 23.01 | 25.43 | 10 | - |
| YUV | 134.77 | 93.14 | 138.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 139 | 73 | 0 | 0.07 | 0.51 | 0.41 | 51.43 | 0.35 | 0.44 |
| Hex | 96 | 8B | 49 | 0 | 7 | 33 | 29 | 33 | 23 | 2C |
| Octal | 226 | 213 | 111 | 0 | 7 | 63 | 51 | 63 | 43 | 54 |
| Binary | 10010110 | 10001011 | 1001001 | 0 | 111 | 110011 | 101001 | 110011 | 100011 | 101100 |
Color Harmonies of #968B49
Complementary color
Monochromatic Colors of #968B49
Black with #968B49
Text Example
Text Example
White with #968B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968B49; }
p { color: rgb(150,139,73); }
H1.HeaderClassName
{
color: #968B49;
}
.AnyTagClassName
{
color: #968B49;
}
</style>
background-color css
<style>
a { background-color: #968B49; }
a { background-color: rgb(150,139,73); }
div.DivClassName
{
background-color: #968B49;
}
.BgClassName
{
background-color: #968B49;
}
</style>
border-color css
<style>
span { border-color: #968B49; }
span { border-color: rgb(150,139,73); }
td.TdClassName
{
border-color: #968B49;
}
.TagClassName
{
border-color: #968B49;
}
</style>