Shades of Delta #96998B
Tints of Delta #96998B
RGB
CMYK
RGB Variations
Color information
#96998B (or 0x96998B) is known color: Delta. HEX triplet: 96, 99 and 8B. RGB value is (150,153,139). Sum of RGB (Red+Green+Blue) = 150+153+139=442 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.94% from 442); Green value is 153 (60.16% from 255 or 34.62% from 442); Blue value is 139 (54.69% from 255 or 31.45% from 442); Max value from RGB is 153 - color contains mainly: green. Hex color #96998B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96998B is #696674. Grayscale: #969696. Windows color (decimal): -6907509 or 9148822. OLE color: 9148822.
HSL color Cylindrical-coordinate representation of color #96998B: hue angle of 72.86º degrees, saturation: 0.06, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #96998B is Cyan = 0.02, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 150 | 153 | 139 | - |
| CMYK | 0.02 | 0 | 0.09 | 0.4 |
| HSL | 72.86º | 0.06% | 0.57% | - |
| HSV(B) | 72.86º | 0.09% | 0.6% | - |
| XYZ | 28.63 | 31.13 | 28.93 | - |
| YUV | 150.51 | 121.51 | 127.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 153 | 139 | 0.02 | 0 | 0.09 | 0.4 | 72.86 | 0.06 | 0.57 |
| Hex | 96 | 99 | 8B | 2 | 0 | 9 | 28 | 49 | 6 | 39 |
| Octal | 226 | 231 | 213 | 2 | 0 | 11 | 50 | 111 | 6 | 71 |
| Binary | 10010110 | 10011001 | 10001011 | 10 | 0 | 1001 | 101000 | 1001001 | 110 | 111001 |
Color Harmonies of #96998B
Complementary color
Monochromatic Colors of #96998B
Black with #96998B
Text Example
Text Example
White with #96998B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96998B; }
p { color: rgb(150,153,139); }
H1.HeaderClassName
{
color: #96998B;
}
.AnyTagClassName
{
color: #96998B;
}
</style>
background-color css
<style>
a { background-color: #96998B; }
a { background-color: rgb(150,153,139); }
div.DivClassName
{
background-color: #96998B;
}
.BgClassName
{
background-color: #96998B;
}
</style>
border-color css
<style>
span { border-color: #96998B; }
span { border-color: rgb(150,153,139); }
td.TdClassName
{
border-color: #96998B;
}
.TagClassName
{
border-color: #96998B;
}
</style>