#9F8F99

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

Shades of Bouquet #9F8F99

Tints of Bouquet #9F8F99

Color information

#9F8F99 (or 0x9F8F99) is unknown color: approx Bouquet. HEX triplet: 9F, 8F and 99. RGB value is (159,143,153). Sum of RGB (Red+Green+Blue) = 159+143+153=455 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.95% from 455); Green value is 143 (56.25% from 255 or 31.43% from 455); Blue value is 153 (60.16% from 255 or 33.63% from 455); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8F99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F8F99 is #607066. Grayscale: #949494. Windows color (decimal): -6320231 or 10063775. OLE color: 10063775.

HSL color Cylindrical-coordinate representation of color #9F8F99: hue angle of 322.5º degrees, saturation: 0.08, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9F8F99 is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.38.

Color convert

RGB159143153-
CMYK00.100.040.38
HSL322.5º7.69%59.22%-
HSV(B)322.5º10.06%62.35%-
XYZ29.8729.3234.22-
YUV148.92130.3135.19-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 34.95%
GREEN value IS 143 (56.25% from 255) = 31.43%
BLUE value IS 153 (60.16% from 255) = 33.63%
R=34.95%
G=31.43%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.04
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15914315300.100.040.38322.57.6959.22
Hex9F8F990A42614383b
Octal2372172310124465031073
Binary100111111000111110011001010101001001101010000111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F8F99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,143,153); }

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

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

 a { background-color: rgb(159,143,153); }

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

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

 span { border-color: rgb(159,143,153); }

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