Shades of Delta #9A9C97
Tints of Delta #9A9C97
RGB
CMYK
RGB Variations
Color information
#9A9C97 (or 0x9A9C97) is known color: Delta. HEX triplet: 9A, 9C and 97. RGB value is (154,156,151). Sum of RGB (Red+Green+Blue) = 154+156+151=461 (61% of max value = 765). Red value is 154 (60.55% from 255 or 33.41% from 461); Green value is 156 (61.33% from 255 or 33.84% from 461); Blue value is 151 (59.38% from 255 or 32.75% from 461); Max value from RGB is 156 - color contains mainly: green. Hex color #9A9C97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A9C97 is #656368. Grayscale: #9A9A9A. Windows color (decimal): -6644585 or 9936026. OLE color: 9936026.
HSL color Cylindrical-coordinate representation of color #9A9C97: hue angle of 84º degrees, saturation: 0.02, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #9A9C97 is Cyan = 0.01, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 154 | 156 | 151 | - |
| CMYK | 0.01 | 0 | 0.03 | 0.39 |
| HSL | 84º | 0.02% | 0.6% | - |
| HSV(B) | 84º | 0.03% | 0.61% | - |
| XYZ | 30.8 | 32.88 | 34 | - |
| YUV | 154.83 | 125.84 | 127.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 156 | 151 | 0.01 | 0 | 0.03 | 0.39 | 84 | 0.02 | 0.6 |
| Hex | 9A | 9C | 97 | 1 | 0 | 3 | 27 | 54 | 2 | 3C |
| Octal | 232 | 234 | 227 | 1 | 0 | 3 | 47 | 124 | 2 | 74 |
| Binary | 10011010 | 10011100 | 10010111 | 1 | 0 | 11 | 100111 | 1010100 | 10 | 111100 |
Color Harmonies of #9A9C97
Complementary color
Monochromatic Colors of #9A9C97
Black with #9A9C97
Text Example
Text Example
White with #9A9C97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A9C97; }
p { color: rgb(154,156,151); }
H1.HeaderClassName
{
color: #9A9C97;
}
.AnyTagClassName
{
color: #9A9C97;
}
</style>
background-color css
<style>
a { background-color: #9A9C97; }
a { background-color: rgb(154,156,151); }
div.DivClassName
{
background-color: #9A9C97;
}
.BgClassName
{
background-color: #9A9C97;
}
</style>
border-color css
<style>
span { border-color: #9A9C97; }
span { border-color: rgb(154,156,151); }
td.TdClassName
{
border-color: #9A9C97;
}
.TagClassName
{
border-color: #9A9C97;
}
</style>