Shades of Delta #96998C
Tints of Delta #96998C
RGB
CMYK
RGB Variations
Color information
#96998C (or 0x96998C) is known color: Delta. HEX triplet: 96, 99 and 8C. RGB value is (150,153,140). Sum of RGB (Red+Green+Blue) = 150+153+140=443 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.86% from 443); Green value is 153 (60.16% from 255 or 34.54% from 443); Blue value is 140 (55.08% from 255 or 31.60% from 443); Max value from RGB is 153 - color contains mainly: green. Hex color #96998C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96998C is #696673. Grayscale: #969696. Windows color (decimal): -6907508 or 9214358. OLE color: 9214358.
HSL color Cylindrical-coordinate representation of color #96998C: hue angle of 73.85º degrees, saturation: 0.06, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #96998C is Cyan = 0.02, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 150 | 153 | 140 | - |
| CMYK | 0.02 | 0 | 0.08 | 0.4 |
| HSL | 73.85º | 0.06% | 0.57% | - |
| HSV(B) | 73.85º | 0.08% | 0.6% | - |
| XYZ | 28.7 | 31.16 | 29.31 | - |
| YUV | 150.62 | 122.01 | 127.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 153 | 140 | 0.02 | 0 | 0.08 | 0.4 | 73.85 | 0.06 | 0.57 |
| Hex | 96 | 99 | 8C | 2 | 0 | 8 | 28 | 4A | 6 | 39 |
| Octal | 226 | 231 | 214 | 2 | 0 | 10 | 50 | 112 | 6 | 71 |
| Binary | 10010110 | 10011001 | 10001100 | 10 | 0 | 1000 | 101000 | 1001010 | 110 | 111001 |
Color Harmonies of #96998C
Complementary color
Monochromatic Colors of #96998C
Black with #96998C
Text Example
Text Example
White with #96998C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96998C; }
p { color: rgb(150,153,140); }
H1.HeaderClassName
{
color: #96998C;
}
.AnyTagClassName
{
color: #96998C;
}
</style>
background-color css
<style>
a { background-color: #96998C; }
a { background-color: rgb(150,153,140); }
div.DivClassName
{
background-color: #96998C;
}
.BgClassName
{
background-color: #96998C;
}
</style>
border-color css
<style>
span { border-color: #96998C; }
span { border-color: rgb(150,153,140); }
td.TdClassName
{
border-color: #96998C;
}
.TagClassName
{
border-color: #96998C;
}
</style>