Shades of Highball #968A49
Tints of Highball #968A49
RGB
CMYK
RGB Variations
Color information
#968A49 (or 0x968A49) is known color: Highball. HEX triplet: 96, 8A and 49. RGB value is (150,138,73). Sum of RGB (Red+Green+Blue) = 150+138+73=361 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.55% from 361); Green value is 138 (54.30% from 255 or 38.23% from 361); Blue value is 73 (28.91% from 255 or 20.22% from 361); Max value from RGB is 150 - color contains mainly: red. Hex color #968A49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968A49 is #6975B6. Grayscale: #868686. Windows color (decimal): -6911415 or 4819606. OLE color: 4819606.
HSL color Cylindrical-coordinate representation of color #968A49: hue angle of 50.65º 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 #968A49 is Cyan = 0, Magento = 0.08, Yellow = 0.51 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 138 | 73 | - |
| CMYK | 0 | 0.08 | 0.51 | 0.41 |
| HSL | 50.65º | 0.35% | 0.44% | - |
| HSV(B) | 50.65º | 0.51% | 0.59% | - |
| XYZ | 22.87 | 25.14 | 9.95 | - |
| YUV | 134.18 | 93.48 | 139.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 138 | 73 | 0 | 0.08 | 0.51 | 0.41 | 50.65 | 0.35 | 0.44 |
| Hex | 96 | 8A | 49 | 0 | 8 | 33 | 29 | 33 | 23 | 2C |
| Octal | 226 | 212 | 111 | 0 | 10 | 63 | 51 | 63 | 43 | 54 |
| Binary | 10010110 | 10001010 | 1001001 | 0 | 1000 | 110011 | 101001 | 110011 | 100011 | 101100 |
Color Harmonies of #968A49
Complementary color
Monochromatic Colors of #968A49
Black with #968A49
Text Example
Text Example
White with #968A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968A49; }
p { color: rgb(150,138,73); }
H1.HeaderClassName
{
color: #968A49;
}
.AnyTagClassName
{
color: #968A49;
}
</style>
background-color css
<style>
a { background-color: #968A49; }
a { background-color: rgb(150,138,73); }
div.DivClassName
{
background-color: #968A49;
}
.BgClassName
{
background-color: #968A49;
}
</style>
border-color css
<style>
span { border-color: #968A49; }
span { border-color: rgb(150,138,73); }
td.TdClassName
{
border-color: #968A49;
}
.TagClassName
{
border-color: #968A49;
}
</style>