Shades of Highball #968A3E
Tints of Highball #968A3E
RGB
CMYK
RGB Variations
Color information
#968A3E (or 0x968A3E) is known color: Highball. HEX triplet: 96, 8A and 3E. RGB value is (150,138,62). Sum of RGB (Red+Green+Blue) = 150+138+62=350 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.86% from 350); Green value is 138 (54.30% from 255 or 39.43% from 350); Blue value is 62 (24.61% from 255 or 17.71% from 350); Max value from RGB is 150 - color contains mainly: red. Hex color #968A3E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968A3E is #6975C1. Grayscale: #858585. Windows color (decimal): -6911426 or 4098710. OLE color: 4098710.
HSL color Cylindrical-coordinate representation of color #968A3E: hue angle of 51.82º degrees, saturation: 0.42, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #968A3E is Cyan = 0, Magento = 0.08, Yellow = 0.59 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 138 | 62 | - |
| CMYK | 0 | 0.08 | 0.59 | 0.41 |
| HSL | 51.82º | 0.42% | 0.42% | - |
| HSV(B) | 51.82º | 0.59% | 0.59% | - |
| XYZ | 22.54 | 25.01 | 8.2 | - |
| YUV | 132.92 | 87.98 | 140.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 138 | 62 | 0 | 0.08 | 0.59 | 0.41 | 51.82 | 0.42 | 0.42 |
| Hex | 96 | 8A | 3E | 0 | 8 | 3B | 29 | 34 | 2A | 2A |
| Octal | 226 | 212 | 76 | 0 | 10 | 73 | 51 | 64 | 52 | 52 |
| Binary | 10010110 | 10001010 | 111110 | 0 | 1000 | 111011 | 101001 | 110100 | 101010 | 101010 |
Color Harmonies of #968A3E
Complementary color
Monochromatic Colors of #968A3E
Black with #968A3E
Text Example
Text Example
White with #968A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968A3E; }
p { color: rgb(150,138,62); }
H1.HeaderClassName
{
color: #968A3E;
}
.AnyTagClassName
{
color: #968A3E;
}
</style>
background-color css
<style>
a { background-color: #968A3E; }
a { background-color: rgb(150,138,62); }
div.DivClassName
{
background-color: #968A3E;
}
.BgClassName
{
background-color: #968A3E;
}
</style>
border-color css
<style>
span { border-color: #968A3E; }
span { border-color: rgb(150,138,62); }
td.TdClassName
{
border-color: #968A3E;
}
.TagClassName
{
border-color: #968A3E;
}
</style>