Shades of Highball #9C913D
Tints of Highball #9C913D
RGB
CMYK
RGB Variations
Color information
#9C913D (or 0x9C913D) is known color: Highball. HEX triplet: 9C, 91 and 3D. RGB value is (156,145,61). Sum of RGB (Red+Green+Blue) = 156+145+61=362 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.09% from 362); Green value is 145 (57.03% from 255 or 40.06% from 362); Blue value is 61 (24.22% from 255 or 16.85% from 362); Max value from RGB is 156 - color contains mainly: red. Hex color #9C913D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C913D is #636EC2. Grayscale: #8B8B8B. Windows color (decimal): -6516419 or 4034972. OLE color: 4034972.
HSL color Cylindrical-coordinate representation of color #9C913D: hue angle of 53.05º degrees, saturation: 0.44, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9C913D is Cyan = 0, Magento = 0.07, Yellow = 0.61 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 145 | 61 | - |
| CMYK | 0 | 0.07 | 0.61 | 0.39 |
| HSL | 53.05º | 0.44% | 0.43% | - |
| HSV(B) | 53.05º | 0.61% | 0.61% | - |
| XYZ | 24.68 | 27.66 | 8.45 | - |
| YUV | 138.71 | 84.14 | 140.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 145 | 61 | 0 | 0.07 | 0.61 | 0.39 | 53.05 | 0.44 | 0.43 |
| Hex | 9C | 91 | 3D | 0 | 7 | 3D | 27 | 35 | 2C | 2B |
| Octal | 234 | 221 | 75 | 0 | 7 | 75 | 47 | 65 | 54 | 53 |
| Binary | 10011100 | 10010001 | 111101 | 0 | 111 | 111101 | 100111 | 110101 | 101100 | 101011 |
Color Harmonies of #9C913D
Complementary color
Monochromatic Colors of #9C913D
Black with #9C913D
Text Example
Text Example
White with #9C913D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C913D; }
p { color: rgb(156,145,61); }
H1.HeaderClassName
{
color: #9C913D;
}
.AnyTagClassName
{
color: #9C913D;
}
</style>
background-color css
<style>
a { background-color: #9C913D; }
a { background-color: rgb(156,145,61); }
div.DivClassName
{
background-color: #9C913D;
}
.BgClassName
{
background-color: #9C913D;
}
</style>
border-color css
<style>
span { border-color: #9C913D; }
span { border-color: rgb(156,145,61); }
td.TdClassName
{
border-color: #9C913D;
}
.TagClassName
{
border-color: #9C913D;
}
</style>