Shades of Delta #9C9F93
Tints of Delta #9C9F93
RGB
CMYK
RGB Variations
Color information
#9C9F93 (or 0x9C9F93) is known color: Delta. HEX triplet: 9C, 9F and 93. RGB value is (156,159,147). Sum of RGB (Red+Green+Blue) = 156+159+147=462 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.77% from 462); Green value is 159 (62.5% from 255 or 34.42% from 462); Blue value is 147 (57.81% from 255 or 31.82% from 462); Max value from RGB is 159 - color contains mainly: green. Hex color #9C9F93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C9F93 is #63606C. Grayscale: #9C9C9C. Windows color (decimal): -6512749 or 9674652. OLE color: 9674652.
HSL color Cylindrical-coordinate representation of color #9C9F93: hue angle of 75º degrees, saturation: 0.06, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #9C9F93 is Cyan = 0.02, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.38.
Color convert
RGB | 156 | 159 | 147 | - |
CMYK | 0.02 | 0 | 0.08 | 0.38 |
HSL | 75º | 0.06% | 0.6% | - |
HSV(B) | 75º | 0.08% | 0.62% | - |
XYZ | 31.37 | 33.97 | 32.51 | - |
YUV | 156.74 | 122.51 | 127.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 156 | 159 | 147 | 0.02 | 0 | 0.08 | 0.38 | 75 | 0.06 | 0.6 |
Hex | 9C | 9F | 93 | 2 | 0 | 8 | 26 | 4B | 6 | 3C |
Octal | 234 | 237 | 223 | 2 | 0 | 10 | 46 | 113 | 6 | 74 |
Binary | 10011100 | 10011111 | 10010011 | 10 | 0 | 1000 | 100110 | 1001011 | 110 | 111100 |
Color Harmonies of #9C9F93
Complementary color
Monochromatic Colors of #9C9F93
Black with #9C9F93
Text Example
Text Example
White with #9C9F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C9F93; }
p { color: rgb(156,159,147); }
H1.HeaderClassName
{
color: #9C9F93;
}
.AnyTagClassName
{
color: #9C9F93;
}
</style>
background-color css
<style>
a { background-color: #9C9F93; }
a { background-color: rgb(156,159,147); }
div.DivClassName
{
background-color: #9C9F93;
}
.BgClassName
{
background-color: #9C9F93;
}
</style>
border-color css
<style>
span { border-color: #9C9F93; }
span { border-color: rgb(156,159,147); }
td.TdClassName
{
border-color: #9C9F93;
}
.TagClassName
{
border-color: #9C9F93;
}
</style>