Shades of Delta #999D93
Tints of Delta #999D93
RGB
CMYK
RGB Variations
Color information
#999D93 (or 0x999D93) is known color: Delta. HEX triplet: 99, 9D and 93. RGB value is (153,157,147). Sum of RGB (Red+Green+Blue) = 153+157+147=457 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.48% from 457); Green value is 157 (61.72% from 255 or 34.35% from 457); Blue value is 147 (57.81% from 255 or 32.17% from 457); Max value from RGB is 157 - color contains mainly: green. Hex color #999D93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999D93 is #66626C. Grayscale: #9A9A9A. Windows color (decimal): -6709869 or 9674137. OLE color: 9674137.
HSL color Cylindrical-coordinate representation of color #999D93: hue angle of 84º degrees, saturation: 0.05, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #999D93 is Cyan = 0.03, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 153 | 157 | 147 | - |
| CMYK | 0.03 | 0 | 0.06 | 0.38 |
| HSL | 84º | 0.05% | 0.6% | - |
| HSV(B) | 84º | 0.06% | 0.62% | - |
| XYZ | 30.46 | 32.99 | 32.37 | - |
| YUV | 154.66 | 123.67 | 126.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 157 | 147 | 0.03 | 0 | 0.06 | 0.38 | 84 | 0.05 | 0.6 |
| Hex | 99 | 9D | 93 | 3 | 0 | 6 | 26 | 54 | 5 | 3C |
| Octal | 231 | 235 | 223 | 3 | 0 | 6 | 46 | 124 | 5 | 74 |
| Binary | 10011001 | 10011101 | 10010011 | 11 | 0 | 110 | 100110 | 1010100 | 101 | 111100 |
Color Harmonies of #999D93
Complementary color
Monochromatic Colors of #999D93
Black with #999D93
Text Example
Text Example
White with #999D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999D93; }
p { color: rgb(153,157,147); }
H1.HeaderClassName
{
color: #999D93;
}
.AnyTagClassName
{
color: #999D93;
}
</style>
background-color css
<style>
a { background-color: #999D93; }
a { background-color: rgb(153,157,147); }
div.DivClassName
{
background-color: #999D93;
}
.BgClassName
{
background-color: #999D93;
}
</style>
border-color css
<style>
span { border-color: #999D93; }
span { border-color: rgb(153,157,147); }
td.TdClassName
{
border-color: #999D93;
}
.TagClassName
{
border-color: #999D93;
}
</style>