Shades of Highball #96884B
Tints of Highball #96884B
RGB
CMYK
RGB Variations
Color information
#96884B (or 0x96884B) is known color: Highball. HEX triplet: 96, 88 and 4B. RGB value is (150,136,75). Sum of RGB (Red+Green+Blue) = 150+136+75=361 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.55% from 361); Green value is 136 (53.52% from 255 or 37.67% from 361); Blue value is 75 (29.69% from 255 or 20.78% from 361); Max value from RGB is 150 - color contains mainly: red. Hex color #96884B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96884B is #6977B4. Grayscale: #858585. Windows color (decimal): -6911925 or 4950166. OLE color: 4950166.
HSL color Cylindrical-coordinate representation of color #96884B: hue angle of 48.8º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #96884B is Cyan = 0, Magento = 0.09, Yellow = 0.5 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 136 | 75 | - |
| CMYK | 0 | 0.09 | 0.5 | 0.41 |
| HSL | 48.8º | 0.33% | 0.44% | - |
| HSV(B) | 48.8º | 0.5% | 0.59% | - |
| XYZ | 22.65 | 24.6 | 10.21 | - |
| YUV | 133.23 | 95.14 | 139.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 136 | 75 | 0 | 0.09 | 0.5 | 0.41 | 48.8 | 0.33 | 0.44 |
| Hex | 96 | 88 | 4B | 0 | 9 | 32 | 29 | 31 | 21 | 2C |
| Octal | 226 | 210 | 113 | 0 | 11 | 62 | 51 | 61 | 41 | 54 |
| Binary | 10010110 | 10001000 | 1001011 | 0 | 1001 | 110010 | 101001 | 110001 | 100001 | 101100 |
Color Harmonies of #96884B
Complementary color
Monochromatic Colors of #96884B
Black with #96884B
Text Example
Text Example
White with #96884B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96884B; }
p { color: rgb(150,136,75); }
H1.HeaderClassName
{
color: #96884B;
}
.AnyTagClassName
{
color: #96884B;
}
</style>
background-color css
<style>
a { background-color: #96884B; }
a { background-color: rgb(150,136,75); }
div.DivClassName
{
background-color: #96884B;
}
.BgClassName
{
background-color: #96884B;
}
</style>
border-color css
<style>
span { border-color: #96884B; }
span { border-color: rgb(150,136,75); }
td.TdClassName
{
border-color: #96884B;
}
.TagClassName
{
border-color: #96884B;
}
</style>