Shades of Highball #93993C
Tints of Highball #93993C
RGB
CMYK
RGB Variations
Color information
#93993C (or 0x93993C) is known color: Highball. HEX triplet: 93, 99 and 3C. RGB value is (147,153,60). Sum of RGB (Red+Green+Blue) = 147+153+60=360 (47% of max value = 765). Red value is 147 (57.81% from 255 or 40.83% from 360); Green value is 153 (60.16% from 255 or 42.5% from 360); Blue value is 60 (23.83% from 255 or 16.67% from 360); Max value from RGB is 153 - color contains mainly: green. Hex color #93993C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #93993C is #6C66C3. Grayscale: #8C8C8C. Windows color (decimal): -7104196 or 3971475. OLE color: 3971475.
HSL color Cylindrical-coordinate representation of color #93993C: hue angle of 63.87º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #93993C is Cyan = 0.04, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 147 | 153 | 60 | - |
| CMYK | 0.04 | 0 | 0.61 | 0.4 |
| HSL | 63.87º | 0.44% | 0.42% | - |
| HSV(B) | 63.87º | 0.61% | 0.6% | - |
| XYZ | 24.24 | 29.31 | 8.66 | - |
| YUV | 140.6 | 82.51 | 132.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 153 | 60 | 0.04 | 0 | 0.61 | 0.4 | 63.87 | 0.44 | 0.42 |
| Hex | 93 | 99 | 3C | 4 | 0 | 3D | 28 | 40 | 2C | 2A |
| Octal | 223 | 231 | 74 | 4 | 0 | 75 | 50 | 100 | 54 | 52 |
| Binary | 10010011 | 10011001 | 111100 | 100 | 0 | 111101 | 101000 | 1000000 | 101100 | 101010 |
Color Harmonies of #93993C
Complementary color
Monochromatic Colors of #93993C
Black with #93993C
Text Example
Text Example
White with #93993C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93993C; }
p { color: rgb(147,153,60); }
H1.HeaderClassName
{
color: #93993C;
}
.AnyTagClassName
{
color: #93993C;
}
</style>
background-color css
<style>
a { background-color: #93993C; }
a { background-color: rgb(147,153,60); }
div.DivClassName
{
background-color: #93993C;
}
.BgClassName
{
background-color: #93993C;
}
</style>
border-color css
<style>
span { border-color: #93993C; }
span { border-color: rgb(147,153,60); }
td.TdClassName
{
border-color: #93993C;
}
.TagClassName
{
border-color: #93993C;
}
</style>