#9C8697

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

Shades of Bouquet #9C8697

Tints of Bouquet #9C8697

Color information

#9C8697 (or 0x9C8697) is unknown color: approx Bouquet. HEX triplet: 9C, 86 and 97. RGB value is (156,134,151). Sum of RGB (Red+Green+Blue) = 156+134+151=441 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.37% from 441); Green value is 134 (52.73% from 255 or 30.39% from 441); Blue value is 151 (59.38% from 255 or 34.24% from 441); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8697 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C8697 is #637968. Grayscale: #8E8E8E. Windows color (decimal): -6519145 or 9930396. OLE color: 9930396.

HSL color Cylindrical-coordinate representation of color #9C8697: hue angle of 313.64º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9C8697 is Cyan = 0, Magento = 0.14, Yellow = 0.03 and Black (K on CMYK) = 0.39.

Color convert

RGB156134151-
CMYK00.140.030.39
HSL313.64º10%56.86%-
HSV(B)313.64º14.1%61.18%-
XYZ27.8226.3532.9-
YUV142.52132.79137.62-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 35.37%
GREEN value IS 134 (52.73% from 255) = 30.39%
BLUE value IS 151 (59.38% from 255) = 34.24%
R=35.37%
G=30.39%
B=34.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.03
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15613415100.140.030.39313.641056.86
Hex9C86970E32713aa39
Octal2342062270163474721271
Binary10011100100001101001011101110111001111001110101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C8697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,134,151); }

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

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

 a { background-color: rgb(156,134,151); }

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

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

 span { border-color: rgb(156,134,151); }

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