Shades of Delta #9C9D99
Tints of Delta #9C9D99
RGB
CMYK
RGB Variations
Color information
#9C9D99 (or 0x9C9D99) is known color: Delta. HEX triplet: 9C, 9D and 99. RGB value is (156,157,153). Sum of RGB (Red+Green+Blue) = 156+157+153=466 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.48% from 466); Green value is 157 (61.72% from 255 or 33.69% from 466); Blue value is 153 (60.16% from 255 or 32.83% from 466); Max value from RGB is 157 - color contains mainly: green. Hex color #9C9D99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C9D99 is #636266. Grayscale: #9C9C9C. Windows color (decimal): -6513255 or 10067356. OLE color: 10067356.
HSL color Cylindrical-coordinate representation of color #9C9D99: hue angle of 75º degrees, saturation: 0.02, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #9C9D99 is Cyan = 0.01, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 156 | 157 | 153 | - |
| CMYK | 0.01 | 0 | 0.03 | 0.38 |
| HSL | 75º | 0.02% | 0.61% | - |
| HSV(B) | 75º | 0.03% | 0.62% | - |
| XYZ | 31.52 | 33.48 | 34.94 | - |
| YUV | 156.25 | 126.17 | 127.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 157 | 153 | 0.01 | 0 | 0.03 | 0.38 | 75 | 0.02 | 0.61 |
| Hex | 9C | 9D | 99 | 1 | 0 | 3 | 26 | 4B | 2 | 3D |
| Octal | 234 | 235 | 231 | 1 | 0 | 3 | 46 | 113 | 2 | 75 |
| Binary | 10011100 | 10011101 | 10011001 | 1 | 0 | 11 | 100110 | 1001011 | 10 | 111101 |
Color Harmonies of #9C9D99
Complementary color
Monochromatic Colors of #9C9D99
Black with #9C9D99
Text Example
Text Example
White with #9C9D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C9D99; }
p { color: rgb(156,157,153); }
H1.HeaderClassName
{
color: #9C9D99;
}
.AnyTagClassName
{
color: #9C9D99;
}
</style>
background-color css
<style>
a { background-color: #9C9D99; }
a { background-color: rgb(156,157,153); }
div.DivClassName
{
background-color: #9C9D99;
}
.BgClassName
{
background-color: #9C9D99;
}
</style>
border-color css
<style>
span { border-color: #9C9D99; }
span { border-color: rgb(156,157,153); }
td.TdClassName
{
border-color: #9C9D99;
}
.TagClassName
{
border-color: #9C9D99;
}
</style>