Shades of Highball #969549
Tints of Highball #969549
RGB
CMYK
RGB Variations
Color information
#969549 (or 0x969549) is known color: Highball. HEX triplet: 96, 95 and 49. RGB value is (150,149,73). Sum of RGB (Red+Green+Blue) = 150+149+73=372 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.32% from 372); Green value is 149 (58.59% from 255 or 40.05% from 372); Blue value is 73 (28.91% from 255 or 19.62% from 372); Max value from RGB is 150 - color contains mainly: red. Hex color #969549 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #969549 is #696AB6. Grayscale: #8C8C8C. Windows color (decimal): -6908599 or 4822422. OLE color: 4822422.
HSL color Cylindrical-coordinate representation of color #969549: hue angle of 59.22º 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 #969549 is Cyan = 0, Magento = 0.01, Yellow = 0.51 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 149 | 73 | - |
| CMYK | 0 | 0.01 | 0.51 | 0.41 |
| HSL | 59.22º | 0.35% | 0.44% | - |
| HSV(B) | 59.22º | 0.51% | 0.59% | - |
| XYZ | 24.53 | 28.46 | 10.5 | - |
| YUV | 140.64 | 89.83 | 134.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 149 | 73 | 0 | 0.01 | 0.51 | 0.41 | 59.22 | 0.35 | 0.44 |
| Hex | 96 | 95 | 49 | 0 | 1 | 33 | 29 | 3B | 23 | 2C |
| Octal | 226 | 225 | 111 | 0 | 1 | 63 | 51 | 73 | 43 | 54 |
| Binary | 10010110 | 10010101 | 1001001 | 0 | 1 | 110011 | 101001 | 111011 | 100011 | 101100 |
Color Harmonies of #969549
Complementary color
Monochromatic Colors of #969549
Black with #969549
Text Example
Text Example
White with #969549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969549; }
p { color: rgb(150,149,73); }
H1.HeaderClassName
{
color: #969549;
}
.AnyTagClassName
{
color: #969549;
}
</style>
background-color css
<style>
a { background-color: #969549; }
a { background-color: rgb(150,149,73); }
div.DivClassName
{
background-color: #969549;
}
.BgClassName
{
background-color: #969549;
}
</style>
border-color css
<style>
span { border-color: #969549; }
span { border-color: rgb(150,149,73); }
td.TdClassName
{
border-color: #969549;
}
.TagClassName
{
border-color: #969549;
}
</style>