Shades of Highball #96893D
Tints of Highball #96893D
RGB
CMYK
RGB Variations
Color information
#96893D (or 0x96893D) is known color: Highball. HEX triplet: 96, 89 and 3D. RGB value is (150,137,61). Sum of RGB (Red+Green+Blue) = 150+137+61=348 (46% of max value = 765). Red value is 150 (58.98% from 255 or 43.10% from 348); Green value is 137 (53.91% from 255 or 39.37% from 348); Blue value is 61 (24.22% from 255 or 17.53% from 348); Max value from RGB is 150 - color contains mainly: red. Hex color #96893D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #96893D is #6976C2. Grayscale: #848484. Windows color (decimal): -6911683 or 4032918. OLE color: 4032918.
HSL color Cylindrical-coordinate representation of color #96893D: hue angle of 51.24º 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 #96893D is Cyan = 0, Magento = 0.09, Yellow = 0.59 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 137 | 61 | - |
| CMYK | 0 | 0.09 | 0.59 | 0.41 |
| HSL | 51.24º | 0.42% | 0.41% | - |
| HSV(B) | 51.24º | 0.59% | 0.59% | - |
| XYZ | 22.37 | 24.71 | 8.01 | - |
| YUV | 132.22 | 87.81 | 140.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 137 | 61 | 0 | 0.09 | 0.59 | 0.41 | 51.24 | 0.42 | 0.41 |
| Hex | 96 | 89 | 3D | 0 | 9 | 3B | 29 | 33 | 2A | 29 |
| Octal | 226 | 211 | 75 | 0 | 11 | 73 | 51 | 63 | 52 | 51 |
| Binary | 10010110 | 10001001 | 111101 | 0 | 1001 | 111011 | 101001 | 110011 | 101010 | 101001 |
Color Harmonies of #96893D
Complementary color
Monochromatic Colors of #96893D
Black with #96893D
Text Example
Text Example
White with #96893D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96893D; }
p { color: rgb(150,137,61); }
H1.HeaderClassName
{
color: #96893D;
}
.AnyTagClassName
{
color: #96893D;
}
</style>
background-color css
<style>
a { background-color: #96893D; }
a { background-color: rgb(150,137,61); }
div.DivClassName
{
background-color: #96893D;
}
.BgClassName
{
background-color: #96893D;
}
</style>
border-color css
<style>
span { border-color: #96893D; }
span { border-color: rgb(150,137,61); }
td.TdClassName
{
border-color: #96893D;
}
.TagClassName
{
border-color: #96893D;
}
</style>