Shades of Delta #9CA693
Tints of Delta #9CA693
RGB
CMYK
RGB Variations
Color information
#9CA693 (or 0x9CA693) is known color: Delta. HEX triplet: 9C, A6 and 93. RGB value is (156,166,147). Sum of RGB (Red+Green+Blue) = 156+166+147=469 (62% of max value = 765). Red value is 156 (61.33% from 255 or 33.26% from 469); Green value is 166 (65.23% from 255 or 35.39% from 469); Blue value is 147 (57.81% from 255 or 31.34% from 469); Max value from RGB is 166 - color contains mainly: green. Hex color #9CA693 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CA693 is #63596C. Grayscale: #A0A0A0. Windows color (decimal): -6510957 or 9676444. OLE color: 9676444.
HSL color Cylindrical-coordinate representation of color #9CA693: hue angle of 91.58º degrees, saturation: 0.1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #9CA693 is Cyan = 0.06, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 156 | 166 | 147 | - |
| CMYK | 0.06 | 0 | 0.11 | 0.35 |
| HSL | 91.58º | 0.1% | 0.61% | - |
| HSV(B) | 91.58º | 0.11% | 0.65% | - |
| XYZ | 32.61 | 36.45 | 32.92 | - |
| YUV | 160.84 | 120.19 | 124.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 166 | 147 | 0.06 | 0 | 0.11 | 0.35 | 91.58 | 0.1 | 0.61 |
| Hex | 9C | A6 | 93 | 6 | 0 | B | 23 | 5C | A | 3D |
| Octal | 234 | 246 | 223 | 6 | 0 | 13 | 43 | 134 | 12 | 75 |
| Binary | 10011100 | 10100110 | 10010011 | 110 | 0 | 1011 | 100011 | 1011100 | 1010 | 111101 |
Color Harmonies of #9CA693
Complementary color
Monochromatic Colors of #9CA693
Black with #9CA693
Text Example
Text Example
White with #9CA693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CA693; }
p { color: rgb(156,166,147); }
H1.HeaderClassName
{
color: #9CA693;
}
.AnyTagClassName
{
color: #9CA693;
}
</style>
background-color css
<style>
a { background-color: #9CA693; }
a { background-color: rgb(156,166,147); }
div.DivClassName
{
background-color: #9CA693;
}
.BgClassName
{
background-color: #9CA693;
}
</style>
border-color css
<style>
span { border-color: #9CA693; }
span { border-color: rgb(156,166,147); }
td.TdClassName
{
border-color: #9CA693;
}
.TagClassName
{
border-color: #9CA693;
}
</style>