#9F919C

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

Shades of Bouquet #9F919C

Tints of Bouquet #9F919C

Color information

#9F919C (or 0x9F919C) is unknown color: approx Bouquet. HEX triplet: 9F, 91 and 9C. RGB value is (159,145,156). Sum of RGB (Red+Green+Blue) = 159+145+156=460 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.57% from 460); Green value is 145 (57.03% from 255 or 31.52% from 460); Blue value is 156 (61.33% from 255 or 33.91% from 460); Max value from RGB is 159 - color contains mainly: red. Hex color #9F919C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F919C is #606E63. Grayscale: #969696. Windows color (decimal): -6319716 or 10260895. OLE color: 10260895.

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

Color convert

RGB159145156-
CMYK00.090.020.38
HSL312.86º6.8%59.61%-
HSV(B)312.86º8.81%62.35%-
XYZ30.4230.0235.64-
YUV150.44131.14134.11-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 34.57%
GREEN value IS 145 (57.03% from 255) = 31.52%
BLUE value IS 156 (61.33% from 255) = 33.91%
R=34.57%
G=31.52%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.02
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15914515600.090.020.38312.866.859.61
Hex9F919C0922613973c
Octal237221234011246471774
Binary1001111110010001100111000100110100110100111001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F919C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,145,156); }

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

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

 a { background-color: rgb(159,145,156); }

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

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

 span { border-color: rgb(159,145,156); }

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