#999097

Color #999097 Bouquet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bouquet #999097

Tints of Bouquet #999097

Color information

#999097 (or 0x999097) is unknown color: approx 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

RGB153144151-
CMYK00.060.010.4
HSL313.33º4.23%58.24%-
HSV(B)313.33º5.88%60%-
XYZ28.728.9533.35-
YUV147.49129.98131.93-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 153 (60.16% from 255) = 34.15%
GREEN value IS 144 (56.64% from 255) = 32.14%
BLUE value IS 151 (59.38% from 255) = 33.71%
R=34.15%
G=32.14%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.01
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15314415100.060.010.4313.334.2358.24
Hex9990970612813943a
Octal23122022706150471472
Binary10011001100100001001011101101101000100111001100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>