Shades of Delta #999C94
Tints of Delta #999C94
RGB
CMYK
RGB Variations
Color information
#999C94 (or 0x999C94) is known color: Delta. HEX triplet: 99, 9C and 94. RGB value is (153,156,148). Sum of RGB (Red+Green+Blue) = 153+156+148=457 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.48% from 457); Green value is 156 (61.33% from 255 or 34.14% from 457); Blue value is 148 (58.20% from 255 or 32.39% from 457); Max value from RGB is 156 - color contains mainly: green. Hex color #999C94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999C94 is #66636B. Grayscale: #9A9A9A. Windows color (decimal): -6710124 or 9739417. OLE color: 9739417.
HSL color Cylindrical-coordinate representation of color #999C94: hue angle of 82.5º degrees, saturation: 0.04, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #999C94 is Cyan = 0.02, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 153 | 156 | 148 | - |
| CMYK | 0.02 | 0 | 0.05 | 0.39 |
| HSL | 82.5º | 0.04% | 0.6% | - |
| HSV(B) | 82.5º | 0.05% | 0.61% | - |
| XYZ | 30.37 | 32.69 | 32.73 | - |
| YUV | 154.19 | 124.51 | 127.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 156 | 148 | 0.02 | 0 | 0.05 | 0.39 | 82.5 | 0.04 | 0.6 |
| Hex | 99 | 9C | 94 | 2 | 0 | 5 | 27 | 52 | 4 | 3C |
| Octal | 231 | 234 | 224 | 2 | 0 | 5 | 47 | 122 | 4 | 74 |
| Binary | 10011001 | 10011100 | 10010100 | 10 | 0 | 101 | 100111 | 1010010 | 100 | 111100 |
Color Harmonies of #999C94
Complementary color
Monochromatic Colors of #999C94
Black with #999C94
Text Example
Text Example
White with #999C94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999C94; }
p { color: rgb(153,156,148); }
H1.HeaderClassName
{
color: #999C94;
}
.AnyTagClassName
{
color: #999C94;
}
</style>
background-color css
<style>
a { background-color: #999C94; }
a { background-color: rgb(153,156,148); }
div.DivClassName
{
background-color: #999C94;
}
.BgClassName
{
background-color: #999C94;
}
</style>
border-color css
<style>
span { border-color: #999C94; }
span { border-color: rgb(153,156,148); }
td.TdClassName
{
border-color: #999C94;
}
.TagClassName
{
border-color: #999C94;
}
</style>