Shades of Delta #93968E
Tints of Delta #93968E
RGB
CMYK
RGB Variations
Color information
#93968E (or 0x93968E) is known color: Delta. HEX triplet: 93, 96 and 8E. RGB value is (147,150,142). Sum of RGB (Red+Green+Blue) = 147+150+142=439 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.49% from 439); Green value is 150 (58.98% from 255 or 34.17% from 439); Blue value is 142 (55.86% from 255 or 32.35% from 439); Max value from RGB is 150 - color contains mainly: green. Hex color #93968E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93968E is #6C6971. Grayscale: #949494. Windows color (decimal): -7104882 or 9344659. OLE color: 9344659.
HSL color Cylindrical-coordinate representation of color #93968E: hue angle of 82.5º degrees, saturation: 0.04, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #93968E is Cyan = 0.02, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 147 | 150 | 142 | - |
| CMYK | 0.02 | 0 | 0.05 | 0.41 |
| HSL | 82.5º | 0.04% | 0.57% | - |
| HSV(B) | 82.5º | 0.05% | 0.59% | - |
| XYZ | 27.82 | 29.97 | 29.91 | - |
| YUV | 148.19 | 124.51 | 127.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 150 | 142 | 0.02 | 0 | 0.05 | 0.41 | 82.5 | 0.04 | 0.57 |
| Hex | 93 | 96 | 8E | 2 | 0 | 5 | 29 | 52 | 4 | 39 |
| Octal | 223 | 226 | 216 | 2 | 0 | 5 | 51 | 122 | 4 | 71 |
| Binary | 10010011 | 10010110 | 10001110 | 10 | 0 | 101 | 101001 | 1010010 | 100 | 111001 |
Color Harmonies of #93968E
Complementary color
Monochromatic Colors of #93968E
Black with #93968E
Text Example
Text Example
White with #93968E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93968E; }
p { color: rgb(147,150,142); }
H1.HeaderClassName
{
color: #93968E;
}
.AnyTagClassName
{
color: #93968E;
}
</style>
background-color css
<style>
a { background-color: #93968E; }
a { background-color: rgb(147,150,142); }
div.DivClassName
{
background-color: #93968E;
}
.BgClassName
{
background-color: #93968E;
}
</style>
border-color css
<style>
span { border-color: #93968E; }
span { border-color: rgb(147,150,142); }
td.TdClassName
{
border-color: #93968E;
}
.TagClassName
{
border-color: #93968E;
}
</style>