Shades of Cascade #91A69D
Tints of Cascade #91A69D
RGB
CMYK
RGB Variations
Color information
#91A69D (or 0x91A69D) is known color: Cascade. HEX triplet: 91, A6 and 9D. RGB value is (145,166,157). Sum of RGB (Red+Green+Blue) = 145+166+157=468 (61% of max value = 765). Red value is 145 (57.03% from 255 or 30.98% from 468); Green value is 166 (65.23% from 255 or 35.47% from 468); Blue value is 157 (61.72% from 255 or 33.55% from 468); Max value from RGB is 166 - color contains mainly: green. Hex color #91A69D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #91A69D is #6E5962. Grayscale: #9E9E9E. Windows color (decimal): -7231843 or 10331793. OLE color: 10331793.
HSL color Cylindrical-coordinate representation of color #91A69D: hue angle of 154.29º degrees, saturation: 0.11, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #91A69D is Cyan = 0.13, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 145 | 166 | 157 | - |
| CMYK | 0.13 | 0 | 0.05 | 0.35 |
| HSL | 154.29º | 0.11% | 0.61% | - |
| HSV(B) | 154.29º | 0.13% | 0.65% | - |
| XYZ | 31.4 | 35.73 | 37.14 | - |
| YUV | 158.7 | 127.04 | 118.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 166 | 157 | 0.13 | 0 | 0.05 | 0.35 | 154.29 | 0.11 | 0.61 |
| Hex | 91 | A6 | 9D | D | 0 | 5 | 23 | 9A | B | 3D |
| Octal | 221 | 246 | 235 | 15 | 0 | 5 | 43 | 232 | 13 | 75 |
| Binary | 10010001 | 10100110 | 10011101 | 1101 | 0 | 101 | 100011 | 10011010 | 1011 | 111101 |
Color Harmonies of #91A69D
Complementary color
Monochromatic Colors of #91A69D
Black with #91A69D
Text Example
Text Example
White with #91A69D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91A69D; }
p { color: rgb(145,166,157); }
H1.HeaderClassName
{
color: #91A69D;
}
.AnyTagClassName
{
color: #91A69D;
}
</style>
background-color css
<style>
a { background-color: #91A69D; }
a { background-color: rgb(145,166,157); }
div.DivClassName
{
background-color: #91A69D;
}
.BgClassName
{
background-color: #91A69D;
}
</style>
border-color css
<style>
span { border-color: #91A69D; }
span { border-color: rgb(145,166,157); }
td.TdClassName
{
border-color: #91A69D;
}
.TagClassName
{
border-color: #91A69D;
}
</style>