Shades of Highball #9B934A
Tints of Highball #9B934A
RGB
CMYK
RGB Variations
Color information
#9B934A (or 0x9B934A) is known color: Highball. HEX triplet: 9B, 93 and 4A. RGB value is (155,147,74). Sum of RGB (Red+Green+Blue) = 155+147+74=376 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.22% from 376); Green value is 147 (57.81% from 255 or 39.10% from 376); Blue value is 74 (29.30% from 255 or 19.68% from 376); Max value from RGB is 155 - color contains mainly: red. Hex color #9B934A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9B934A is #646CB5. Grayscale: #8D8D8D. Windows color (decimal): -6581430 or 4887451. OLE color: 4887451.
HSL color Cylindrical-coordinate representation of color #9B934A: hue angle of 54.07º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9B934A is Cyan = 0, Magento = 0.05, Yellow = 0.52 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 147 | 74 | - |
| CMYK | 0 | 0.05 | 0.52 | 0.39 |
| HSL | 54.07º | 0.35% | 0.45% | - |
| HSV(B) | 54.07º | 0.52% | 0.61% | - |
| XYZ | 25.19 | 28.33 | 10.62 | - |
| YUV | 141.07 | 90.15 | 137.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 147 | 74 | 0 | 0.05 | 0.52 | 0.39 | 54.07 | 0.35 | 0.45 |
| Hex | 9B | 93 | 4A | 0 | 5 | 34 | 27 | 36 | 23 | 2D |
| Octal | 233 | 223 | 112 | 0 | 5 | 64 | 47 | 66 | 43 | 55 |
| Binary | 10011011 | 10010011 | 1001010 | 0 | 101 | 110100 | 100111 | 110110 | 100011 | 101101 |
Color Harmonies of #9B934A
Complementary color
Monochromatic Colors of #9B934A
Black with #9B934A
Text Example
Text Example
White with #9B934A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B934A; }
p { color: rgb(155,147,74); }
H1.HeaderClassName
{
color: #9B934A;
}
.AnyTagClassName
{
color: #9B934A;
}
</style>
background-color css
<style>
a { background-color: #9B934A; }
a { background-color: rgb(155,147,74); }
div.DivClassName
{
background-color: #9B934A;
}
.BgClassName
{
background-color: #9B934A;
}
</style>
border-color css
<style>
span { border-color: #9B934A; }
span { border-color: rgb(155,147,74); }
td.TdClassName
{
border-color: #9B934A;
}
.TagClassName
{
border-color: #9B934A;
}
</style>