Shades of Highball #968B34
Tints of Highball #968B34
RGB
CMYK
RGB Variations
Color information
#968B34 (or 0x968B34) is known color: Highball. HEX triplet: 96, 8B and 34. RGB value is (150,139,52). Sum of RGB (Red+Green+Blue) = 150+139+52=341 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.99% from 341); Green value is 139 (54.69% from 255 or 40.76% from 341); Blue value is 52 (20.70% from 255 or 15.25% from 341); Max value from RGB is 150 - color contains mainly: red. Hex color #968B34 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968B34 is #6974CB. Grayscale: #848484. Windows color (decimal): -6911180 or 3443606. OLE color: 3443606.
HSL color Cylindrical-coordinate representation of color #968B34: hue angle of 53.27º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #968B34 is Cyan = 0, Magento = 0.07, Yellow = 0.65 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 139 | 52 | - |
| CMYK | 0 | 0.07 | 0.65 | 0.41 |
| HSL | 53.27º | 0.49% | 0.4% | - |
| HSV(B) | 53.27º | 0.65% | 0.59% | - |
| XYZ | 22.43 | 25.2 | 6.93 | - |
| YUV | 132.37 | 82.64 | 140.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 139 | 52 | 0 | 0.07 | 0.65 | 0.41 | 53.27 | 0.49 | 0.4 |
| Hex | 96 | 8B | 34 | 0 | 7 | 41 | 29 | 35 | 31 | 28 |
| Octal | 226 | 213 | 64 | 0 | 7 | 101 | 51 | 65 | 61 | 50 |
| Binary | 10010110 | 10001011 | 110100 | 0 | 111 | 1000001 | 101001 | 110101 | 110001 | 101000 |
Color Harmonies of #968B34
Complementary color
Monochromatic Colors of #968B34
Black with #968B34
Text Example
Text Example
White with #968B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968B34; }
p { color: rgb(150,139,52); }
H1.HeaderClassName
{
color: #968B34;
}
.AnyTagClassName
{
color: #968B34;
}
</style>
background-color css
<style>
a { background-color: #968B34; }
a { background-color: rgb(150,139,52); }
div.DivClassName
{
background-color: #968B34;
}
.BgClassName
{
background-color: #968B34;
}
</style>
border-color css
<style>
span { border-color: #968B34; }
span { border-color: rgb(150,139,52); }
td.TdClassName
{
border-color: #968B34;
}
.TagClassName
{
border-color: #968B34;
}
</style>