Shades of Delta #93968D
Tints of Delta #93968D
RGB
CMYK
RGB Variations
Color information
#93968D (or 0x93968D) is known color: Delta. HEX triplet: 93, 96 and 8D. RGB value is (147,150,141). Sum of RGB (Red+Green+Blue) = 147+150+141=438 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.56% from 438); Green value is 150 (58.98% from 255 or 34.25% from 438); Blue value is 141 (55.47% from 255 or 32.19% from 438); Max value from RGB is 150 - color contains mainly: green. Hex color #93968D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93968D is #6C6972. Grayscale: #949494. Windows color (decimal): -7104883 or 9279123. OLE color: 9279123.
HSL color Cylindrical-coordinate representation of color #93968D: hue angle of 80º degrees, saturation: 0.04, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #93968D is Cyan = 0.02, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 147 | 150 | 141 | - |
| CMYK | 0.02 | 0 | 0.06 | 0.41 |
| HSL | 80º | 0.04% | 0.57% | - |
| HSV(B) | 80º | 0.06% | 0.59% | - |
| XYZ | 27.75 | 29.94 | 29.52 | - |
| YUV | 148.08 | 124.01 | 127.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 150 | 141 | 0.02 | 0 | 0.06 | 0.41 | 80 | 0.04 | 0.57 |
| Hex | 93 | 96 | 8D | 2 | 0 | 6 | 29 | 50 | 4 | 39 |
| Octal | 223 | 226 | 215 | 2 | 0 | 6 | 51 | 120 | 4 | 71 |
| Binary | 10010011 | 10010110 | 10001101 | 10 | 0 | 110 | 101001 | 1010000 | 100 | 111001 |
Color Harmonies of #93968D
Complementary color
Monochromatic Colors of #93968D
Black with #93968D
Text Example
Text Example
White with #93968D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93968D; }
p { color: rgb(147,150,141); }
H1.HeaderClassName
{
color: #93968D;
}
.AnyTagClassName
{
color: #93968D;
}
</style>
background-color css
<style>
a { background-color: #93968D; }
a { background-color: rgb(147,150,141); }
div.DivClassName
{
background-color: #93968D;
}
.BgClassName
{
background-color: #93968D;
}
</style>
border-color css
<style>
span { border-color: #93968D; }
span { border-color: rgb(147,150,141); }
td.TdClassName
{
border-color: #93968D;
}
.TagClassName
{
border-color: #93968D;
}
</style>