Shades of Delta #969C8C
Tints of Delta #969C8C
RGB
CMYK
RGB Variations
Color information
#969C8C (or 0x969C8C) is known color: Delta. HEX triplet: 96, 9C and 8C. RGB value is (150,156,140). Sum of RGB (Red+Green+Blue) = 150+156+140=446 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.63% from 446); Green value is 156 (61.33% from 255 or 34.98% from 446); Blue value is 140 (55.08% from 255 or 31.39% from 446); Max value from RGB is 156 - color contains mainly: green. Hex color #969C8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969C8C is #696373. Grayscale: #989898. Windows color (decimal): -6906740 or 9215126. OLE color: 9215126.
HSL color Cylindrical-coordinate representation of color #969C8C: hue angle of 82.5º degrees, saturation: 0.07, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #969C8C is Cyan = 0.04, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 150 | 156 | 140 | - |
| CMYK | 0.04 | 0 | 0.10 | 0.39 |
| HSL | 82.5º | 0.07% | 0.58% | - |
| HSV(B) | 82.5º | 0.1% | 0.61% | - |
| XYZ | 29.2 | 32.15 | 29.48 | - |
| YUV | 152.38 | 121.01 | 126.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 156 | 140 | 0.04 | 0 | 0.10 | 0.39 | 82.5 | 0.07 | 0.58 |
| Hex | 96 | 9C | 8C | 4 | 0 | A | 27 | 52 | 7 | 3A |
| Octal | 226 | 234 | 214 | 4 | 0 | 12 | 47 | 122 | 7 | 72 |
| Binary | 10010110 | 10011100 | 10001100 | 100 | 0 | 1010 | 100111 | 1010010 | 111 | 111010 |
Color Harmonies of #969C8C
Complementary color
Monochromatic Colors of #969C8C
Black with #969C8C
Text Example
Text Example
White with #969C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969C8C; }
p { color: rgb(150,156,140); }
H1.HeaderClassName
{
color: #969C8C;
}
.AnyTagClassName
{
color: #969C8C;
}
</style>
background-color css
<style>
a { background-color: #969C8C; }
a { background-color: rgb(150,156,140); }
div.DivClassName
{
background-color: #969C8C;
}
.BgClassName
{
background-color: #969C8C;
}
</style>
border-color css
<style>
span { border-color: #969C8C; }
span { border-color: rgb(150,156,140); }
td.TdClassName
{
border-color: #969C8C;
}
.TagClassName
{
border-color: #969C8C;
}
</style>