Shades of Delta #9A9D91
Tints of Delta #9A9D91
RGB
CMYK
RGB Variations
Color information
#9A9D91 (or 0x9A9D91) is known color: Delta. HEX triplet: 9A, 9D and 91. RGB value is (154,157,145). Sum of RGB (Red+Green+Blue) = 154+157+145=456 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.77% from 456); Green value is 157 (61.72% from 255 or 34.43% from 456); Blue value is 145 (57.03% from 255 or 31.80% from 456); Max value from RGB is 157 - color contains mainly: green. Hex color #9A9D91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A9D91 is #65626E. Grayscale: #9A9A9A. Windows color (decimal): -6644335 or 9543066. OLE color: 9543066.
HSL color Cylindrical-coordinate representation of color #9A9D91: hue angle of 75º degrees, saturation: 0.06, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #9A9D91 is Cyan = 0.02, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 154 | 157 | 145 | - |
| CMYK | 0.02 | 0 | 0.08 | 0.38 |
| HSL | 75º | 0.06% | 0.59% | - |
| HSV(B) | 75º | 0.08% | 0.62% | - |
| XYZ | 30.49 | 33.03 | 31.56 | - |
| YUV | 154.74 | 122.51 | 127.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 157 | 145 | 0.02 | 0 | 0.08 | 0.38 | 75 | 0.06 | 0.59 |
| Hex | 9A | 9D | 91 | 2 | 0 | 8 | 26 | 4B | 6 | 3B |
| Octal | 232 | 235 | 221 | 2 | 0 | 10 | 46 | 113 | 6 | 73 |
| Binary | 10011010 | 10011101 | 10010001 | 10 | 0 | 1000 | 100110 | 1001011 | 110 | 111011 |
Color Harmonies of #9A9D91
Complementary color
Monochromatic Colors of #9A9D91
Black with #9A9D91
Text Example
Text Example
White with #9A9D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A9D91; }
p { color: rgb(154,157,145); }
H1.HeaderClassName
{
color: #9A9D91;
}
.AnyTagClassName
{
color: #9A9D91;
}
</style>
background-color css
<style>
a { background-color: #9A9D91; }
a { background-color: rgb(154,157,145); }
div.DivClassName
{
background-color: #9A9D91;
}
.BgClassName
{
background-color: #9A9D91;
}
</style>
border-color css
<style>
span { border-color: #9A9D91; }
span { border-color: rgb(154,157,145); }
td.TdClassName
{
border-color: #9A9D91;
}
.TagClassName
{
border-color: #9A9D91;
}
</style>