Shades of Delta #909C81
Tints of Delta #909C81
RGB
CMYK
RGB Variations
Color information
#909C81 (or 0x909C81) is known color: Delta. HEX triplet: 90, 9C and 81. RGB value is (144,156,129). Sum of RGB (Red+Green+Blue) = 144+156+129=429 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.57% from 429); Green value is 156 (61.33% from 255 or 36.36% from 429); Blue value is 129 (50.78% from 255 or 30.07% from 429); Max value from RGB is 156 - color contains mainly: green. Hex color #909C81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #909C81 is #6F637E. Grayscale: #959595. Windows color (decimal): -7299967 or 8494224. OLE color: 8494224.
HSL color Cylindrical-coordinate representation of color #909C81: hue angle of 86.67º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #909C81 is Cyan = 0.08, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 144 | 156 | 129 | - |
| CMYK | 0.08 | 0 | 0.17 | 0.39 |
| HSL | 86.67º | 0.12% | 0.56% | - |
| HSV(B) | 86.67º | 0.17% | 0.61% | - |
| XYZ | 27.35 | 31.29 | 25.37 | - |
| YUV | 149.33 | 116.52 | 124.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 156 | 129 | 0.08 | 0 | 0.17 | 0.39 | 86.67 | 0.12 | 0.56 |
| Hex | 90 | 9C | 81 | 8 | 0 | 11 | 27 | 57 | C | 38 |
| Octal | 220 | 234 | 201 | 10 | 0 | 21 | 47 | 127 | 14 | 70 |
| Binary | 10010000 | 10011100 | 10000001 | 1000 | 0 | 10001 | 100111 | 1010111 | 1100 | 111000 |
Color Harmonies of #909C81
Complementary color
Monochromatic Colors of #909C81
Black with #909C81
Text Example
Text Example
White with #909C81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909C81; }
p { color: rgb(144,156,129); }
H1.HeaderClassName
{
color: #909C81;
}
.AnyTagClassName
{
color: #909C81;
}
</style>
background-color css
<style>
a { background-color: #909C81; }
a { background-color: rgb(144,156,129); }
div.DivClassName
{
background-color: #909C81;
}
.BgClassName
{
background-color: #909C81;
}
</style>
border-color css
<style>
span { border-color: #909C81; }
span { border-color: rgb(144,156,129); }
td.TdClassName
{
border-color: #909C81;
}
.TagClassName
{
border-color: #909C81;
}
</style>