Shades of Highball #967E3D
Tints of Highball #967E3D
RGB
CMYK
RGB Variations
Color information
#967E3D (or 0x967E3D) is known color: Highball. HEX triplet: 96, 7E and 3D. RGB value is (150,126,61). Sum of RGB (Red+Green+Blue) = 150+126+61=337 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.51% from 337); Green value is 126 (49.61% from 255 or 37.39% from 337); Blue value is 61 (24.22% from 255 or 18.10% from 337); Max value from RGB is 150 - color contains mainly: red. Hex color #967E3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967E3D is #6981C2. Grayscale: #7E7E7E. Windows color (decimal): -6914499 or 4030102. OLE color: 4030102.
HSL color Cylindrical-coordinate representation of color #967E3D: hue angle of 43.82º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #967E3D is Cyan = 0, Magento = 0.16, Yellow = 0.59 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 126 | 61 | - |
| CMYK | 0 | 0.16 | 0.59 | 0.41 |
| HSL | 43.82º | 0.42% | 0.41% | - |
| HSV(B) | 43.82º | 0.59% | 0.59% | - |
| XYZ | 20.88 | 21.74 | 7.51 | - |
| YUV | 125.77 | 91.45 | 145.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 126 | 61 | 0 | 0.16 | 0.59 | 0.41 | 43.82 | 0.42 | 0.41 |
| Hex | 96 | 7E | 3D | 0 | 10 | 3B | 29 | 2C | 2A | 29 |
| Octal | 226 | 176 | 75 | 0 | 20 | 73 | 51 | 54 | 52 | 51 |
| Binary | 10010110 | 1111110 | 111101 | 0 | 10000 | 111011 | 101001 | 101100 | 101010 | 101001 |
Color Harmonies of #967E3D
Complementary color
Monochromatic Colors of #967E3D
Black with #967E3D
Text Example
Text Example
White with #967E3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967E3D; }
p { color: rgb(150,126,61); }
H1.HeaderClassName
{
color: #967E3D;
}
.AnyTagClassName
{
color: #967E3D;
}
</style>
background-color css
<style>
a { background-color: #967E3D; }
a { background-color: rgb(150,126,61); }
div.DivClassName
{
background-color: #967E3D;
}
.BgClassName
{
background-color: #967E3D;
}
</style>
border-color css
<style>
span { border-color: #967E3D; }
span { border-color: rgb(150,126,61); }
td.TdClassName
{
border-color: #967E3D;
}
.TagClassName
{
border-color: #967E3D;
}
</style>