Shades of Delta #93988C
Tints of Delta #93988C
RGB
CMYK
RGB Variations
Color information
#93988C (or 0x93988C) is known color: Delta. HEX triplet: 93, 98 and 8C. RGB value is (147,152,140). Sum of RGB (Red+Green+Blue) = 147+152+140=439 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.49% from 439); Green value is 152 (59.77% from 255 or 34.62% from 439); Blue value is 140 (55.08% from 255 or 31.89% from 439); Max value from RGB is 152 - color contains mainly: green. Hex color #93988C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93988C is #6C6773. Grayscale: #959595. Windows color (decimal): -7104372 or 9214099. OLE color: 9214099.
HSL color Cylindrical-coordinate representation of color #93988C: hue angle of 85º degrees, saturation: 0.06, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #93988C is Cyan = 0.03, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 147 | 152 | 140 | - |
| CMYK | 0.03 | 0 | 0.08 | 0.40 |
| HSL | 85º | 0.06% | 0.57% | - |
| HSV(B) | 85º | 0.08% | 0.6% | - |
| XYZ | 27.99 | 30.55 | 29.23 | - |
| YUV | 149.14 | 122.84 | 126.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 152 | 140 | 0.03 | 0 | 0.08 | 0.40 | 85 | 0.06 | 0.57 |
| Hex | 93 | 98 | 8C | 3 | 0 | 8 | 28 | 55 | 6 | 39 |
| Octal | 223 | 230 | 214 | 3 | 0 | 10 | 50 | 125 | 6 | 71 |
| Binary | 10010011 | 10011000 | 10001100 | 11 | 0 | 1000 | 101000 | 1010101 | 110 | 111001 |
Color Harmonies of #93988C
Complementary color
Monochromatic Colors of #93988C
Black with #93988C
Text Example
Text Example
White with #93988C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93988C; }
p { color: rgb(147,152,140); }
H1.HeaderClassName
{
color: #93988C;
}
.AnyTagClassName
{
color: #93988C;
}
</style>
background-color css
<style>
a { background-color: #93988C; }
a { background-color: rgb(147,152,140); }
div.DivClassName
{
background-color: #93988C;
}
.BgClassName
{
background-color: #93988C;
}
</style>
border-color css
<style>
span { border-color: #93988C; }
span { border-color: rgb(147,152,140); }
td.TdClassName
{
border-color: #93988C;
}
.TagClassName
{
border-color: #93988C;
}
</style>