Shades of Highball #968B3C
Tints of Highball #968B3C
RGB
CMYK
RGB Variations
Color information
#968B3C (or 0x968B3C) is known color: Highball. HEX triplet: 96, 8B and 3C. RGB value is (150,139,60). Sum of RGB (Red+Green+Blue) = 150+139+60=349 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.98% from 349); Green value is 139 (54.69% from 255 or 39.83% from 349); Blue value is 60 (23.83% from 255 or 17.19% from 349); Max value from RGB is 150 - color contains mainly: red. Hex color #968B3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968B3C is #6974C3. Grayscale: #858585. Windows color (decimal): -6911172 or 3967894. OLE color: 3967894.
HSL color Cylindrical-coordinate representation of color #968B3C: hue angle of 52.67º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #968B3C is Cyan = 0, Magento = 0.07, Yellow = 0.6 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 139 | 60 | - |
| CMYK | 0 | 0.07 | 0.6 | 0.41 |
| HSL | 52.67º | 0.43% | 0.41% | - |
| HSV(B) | 52.67º | 0.6% | 0.59% | - |
| XYZ | 22.63 | 25.28 | 7.96 | - |
| YUV | 133.28 | 86.64 | 139.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 139 | 60 | 0 | 0.07 | 0.6 | 0.41 | 52.67 | 0.43 | 0.41 |
| Hex | 96 | 8B | 3C | 0 | 7 | 3C | 29 | 35 | 2B | 29 |
| Octal | 226 | 213 | 74 | 0 | 7 | 74 | 51 | 65 | 53 | 51 |
| Binary | 10010110 | 10001011 | 111100 | 0 | 111 | 111100 | 101001 | 110101 | 101011 | 101001 |
Color Harmonies of #968B3C
Complementary color
Monochromatic Colors of #968B3C
Black with #968B3C
Text Example
Text Example
White with #968B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968B3C; }
p { color: rgb(150,139,60); }
H1.HeaderClassName
{
color: #968B3C;
}
.AnyTagClassName
{
color: #968B3C;
}
</style>
background-color css
<style>
a { background-color: #968B3C; }
a { background-color: rgb(150,139,60); }
div.DivClassName
{
background-color: #968B3C;
}
.BgClassName
{
background-color: #968B3C;
}
</style>
border-color css
<style>
span { border-color: #968B3C; }
span { border-color: rgb(150,139,60); }
td.TdClassName
{
border-color: #968B3C;
}
.TagClassName
{
border-color: #968B3C;
}
</style>