Shades of Highball #968B36
Tints of Highball #968B36
RGB
CMYK
RGB Variations
Color information
#968B36 (or 0x968B36) is known color: Highball. HEX triplet: 96, 8B and 36. RGB value is (150,139,54). Sum of RGB (Red+Green+Blue) = 150+139+54=343 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.73% from 343); Green value is 139 (54.69% from 255 or 40.52% from 343); Blue value is 54 (21.48% from 255 or 15.74% from 343); Max value from RGB is 150 - color contains mainly: red. Hex color #968B36 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968B36 is #6974C9. Grayscale: #848484. Windows color (decimal): -6911178 or 3574678. OLE color: 3574678.
HSL color Cylindrical-coordinate representation of color #968B36: hue angle of 53.12º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #968B36 is Cyan = 0, Magento = 0.07, Yellow = 0.64 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 139 | 54 | - |
| CMYK | 0 | 0.07 | 0.64 | 0.41 |
| HSL | 53.13º | 0.47% | 0.4% | - |
| HSV(B) | 53.13º | 0.64% | 0.59% | - |
| XYZ | 22.48 | 25.22 | 7.17 | - |
| YUV | 132.6 | 83.64 | 140.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 139 | 54 | 0 | 0.07 | 0.64 | 0.41 | 53.13 | 0.47 | 0.4 |
| Hex | 96 | 8B | 36 | 0 | 7 | 40 | 29 | 35 | 2F | 28 |
| Octal | 226 | 213 | 66 | 0 | 7 | 100 | 51 | 65 | 57 | 50 |
| Binary | 10010110 | 10001011 | 110110 | 0 | 111 | 1000000 | 101001 | 110101 | 101111 | 101000 |
Color Harmonies of #968B36
Complementary color
Monochromatic Colors of #968B36
Black with #968B36
Text Example
Text Example
White with #968B36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968B36; }
p { color: rgb(150,139,54); }
H1.HeaderClassName
{
color: #968B36;
}
.AnyTagClassName
{
color: #968B36;
}
</style>
background-color css
<style>
a { background-color: #968B36; }
a { background-color: rgb(150,139,54); }
div.DivClassName
{
background-color: #968B36;
}
.BgClassName
{
background-color: #968B36;
}
</style>
border-color css
<style>
span { border-color: #968B36; }
span { border-color: rgb(150,139,54); }
td.TdClassName
{
border-color: #968B36;
}
.TagClassName
{
border-color: #968B36;
}
</style>