#9F8B97

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

Shades of Bouquet #9F8B97

Tints of Bouquet #9F8B97

Color information

#9F8B97 (or 0x9F8B97) is unknown color: approx Bouquet. HEX triplet: 9F, 8B and 97. RGB value is (159,139,151). Sum of RGB (Red+Green+Blue) = 159+139+151=449 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.41% from 449); Green value is 139 (54.69% from 255 or 30.96% from 449); Blue value is 151 (59.38% from 255 or 33.63% from 449); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8B97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F8B97 is #607468. Grayscale: #929292. Windows color (decimal): -6321257 or 9931679. OLE color: 9931679.

HSL color Cylindrical-coordinate representation of color #9F8B97: hue angle of 324º degrees, saturation: 0.09, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9F8B97 is Cyan = 0, Magento = 0.13, Yellow = 0.05 and Black (K on CMYK) = 0.38.

Color convert

RGB159139151-
CMYK00.130.050.38
HSL324º9.43%58.43%-
HSV(B)324º12.58%62.35%-
XYZ29.1228.0733.16-
YUV146.35130.63137.02-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 35.41%
GREEN value IS 139 (54.69% from 255) = 30.96%
BLUE value IS 151 (59.38% from 255) = 33.63%
R=35.41%
G=30.96%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.05
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15913915100.130.050.383249.4358.43
Hex9F8B970D52614493a
Octal2372132270155465041172
Binary100111111000101110010111011011011001101010001001001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F8B97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9F8B97; }

 p { color: rgb(159,139,151); }

 H1.HeaderClassName
 {
   color: #9F8B97;
 }
 .AnyTagClassName
 {
   color: #9F8B97;
 }
</style>
background-color css

<style>
 a { background-color: #9F8B97; }

 a { background-color: rgb(159,139,151); }

 div.DivClassName
 {
   background-color: #9F8B97;
 }
 .BgClassName
 {
   background-color: #9F8B97;
 }
</style>
border-color css

<style>
 span { border-color: #9F8B97; }

 span { border-color: rgb(159,139,151); }

 td.TdClassName
 {
   border-color: #9F8B97;
 }
 .TagClassName
 {
   border-color: #9F8B97;
 }
</style>