Shades of Delta #9B9C99
Tints of Delta #9B9C99
RGB
CMYK
RGB Variations
Color information
#9B9C99 (or 0x9B9C99) is known color: Delta. HEX triplet: 9B, 9C and 99. RGB value is (155,156,153). Sum of RGB (Red+Green+Blue) = 155+156+153=464 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.41% from 464); Green value is 156 (61.33% from 255 or 33.62% from 464); Blue value is 153 (60.16% from 255 or 32.97% from 464); Max value from RGB is 156 - color contains mainly: green. Hex color #9B9C99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B9C99 is #646366. Grayscale: #9B9B9B. Windows color (decimal): -6579047 or 10067099. OLE color: 10067099.
HSL color Cylindrical-coordinate representation of color #9B9C99: hue angle of 80º degrees, saturation: 0.01, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #9B9C99 is Cyan = 0.01, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 156 | 153 | - |
| CMYK | 0.01 | 0 | 0.02 | 0.39 |
| HSL | 80º | 0.01% | 0.61% | - |
| HSV(B) | 80º | 0.02% | 0.61% | - |
| XYZ | 31.16 | 33.05 | 34.87 | - |
| YUV | 155.36 | 126.67 | 127.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 156 | 153 | 0.01 | 0 | 0.02 | 0.39 | 80 | 0.01 | 0.61 |
| Hex | 9B | 9C | 99 | 1 | 0 | 2 | 27 | 50 | 1 | 3D |
| Octal | 233 | 234 | 231 | 1 | 0 | 2 | 47 | 120 | 1 | 75 |
| Binary | 10011011 | 10011100 | 10011001 | 1 | 0 | 10 | 100111 | 1010000 | 1 | 111101 |
Color Harmonies of #9B9C99
Complementary color
Monochromatic Colors of #9B9C99
Black with #9B9C99
Text Example
Text Example
White with #9B9C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B9C99; }
p { color: rgb(155,156,153); }
H1.HeaderClassName
{
color: #9B9C99;
}
.AnyTagClassName
{
color: #9B9C99;
}
</style>
background-color css
<style>
a { background-color: #9B9C99; }
a { background-color: rgb(155,156,153); }
div.DivClassName
{
background-color: #9B9C99;
}
.BgClassName
{
background-color: #9B9C99;
}
</style>
border-color css
<style>
span { border-color: #9B9C99; }
span { border-color: rgb(155,156,153); }
td.TdClassName
{
border-color: #9B9C99;
}
.TagClassName
{
border-color: #9B9C99;
}
</style>