Shades of Bouquet #999097
Tints of Bouquet #999097
RGB
CMYK
RGB Variations
Color information
#999097 (or 0x999097) is known color: Bouquet. HEX triplet: 99, 90 and 97. RGB value is (153,144,151). Sum of RGB (Red+Green+Blue) = 153+144+151=448 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.15% from 448); Green value is 144 (56.64% from 255 or 32.14% from 448); Blue value is 151 (59.38% from 255 or 33.71% from 448); Max value from RGB is 153 - color contains mainly: red. Hex color #999097 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999097 is #666F68. Grayscale: #939393. Windows color (decimal): -6713193 or 9932953. OLE color: 9932953.
HSL color Cylindrical-coordinate representation of color #999097: hue angle of 313.33º degrees, saturation: 0.04, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #999097 is Cyan = 0, Magento = 0.06, Yellow = 0.01 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 144 | 151 | - |
| CMYK | 0 | 0.06 | 0.01 | 0.4 |
| HSL | 313.33º | 0.04% | 0.58% | - |
| HSV(B) | 313.33º | 0.06% | 0.6% | - |
| XYZ | 28.7 | 28.95 | 33.35 | - |
| YUV | 147.49 | 129.98 | 131.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 144 | 151 | 0 | 0.06 | 0.01 | 0.4 | 313.33 | 0.04 | 0.58 |
| Hex | 99 | 90 | 97 | 0 | 6 | 1 | 28 | 139 | 4 | 3A |
| Octal | 231 | 220 | 227 | 0 | 6 | 1 | 50 | 471 | 4 | 72 |
| Binary | 10011001 | 10010000 | 10010111 | 0 | 110 | 1 | 101000 | 100111001 | 100 | 111010 |
Color Harmonies of #999097
Complementary color
Monochromatic Colors of #999097
Black with #999097
Text Example
Text Example
White with #999097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999097; }
p { color: rgb(153,144,151); }
H1.HeaderClassName
{
color: #999097;
}
.AnyTagClassName
{
color: #999097;
}
</style>
background-color css
<style>
a { background-color: #999097; }
a { background-color: rgb(153,144,151); }
div.DivClassName
{
background-color: #999097;
}
.BgClassName
{
background-color: #999097;
}
</style>
border-color css
<style>
span { border-color: #999097; }
span { border-color: rgb(153,144,151); }
td.TdClassName
{
border-color: #999097;
}
.TagClassName
{
border-color: #999097;
}
</style>