#9C899A

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

Shades of Bouquet #9C899A

Tints of Bouquet #9C899A

Color information

#9C899A (or 0x9C899A) is unknown color: approx Bouquet. HEX triplet: 9C, 89 and 9A. RGB value is (156,137,154). Sum of RGB (Red+Green+Blue) = 156+137+154=447 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.90% from 447); Green value is 137 (53.91% from 255 or 30.65% from 447); Blue value is 154 (60.55% from 255 or 34.45% from 447); Max value from RGB is 156 - color contains mainly: red. Hex color #9C899A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C899A is #637665. Grayscale: #909090. Windows color (decimal): -6518374 or 10127772. OLE color: 10127772.

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

Color convert

RGB156137154-
CMYK00.120.010.39
HSL306.32º8.76%57.45%-
HSV(B)306.32º12.18%61.18%-
XYZ28.4927.2934.34-
YUV144.62133.29136.12-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 34.90%
GREEN value IS 137 (53.91% from 255) = 30.65%
BLUE value IS 154 (60.55% from 255) = 34.45%
R=34.90%
G=30.65%
B=34.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.01
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15613715400.120.010.39306.328.7657.45
Hex9C899A0C127132939
Octal2342112320141474621171
Binary1001110010001001100110100110011001111001100101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C899A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,137,154); }

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

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

 a { background-color: rgb(156,137,154); }

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

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

 span { border-color: rgb(156,137,154); }

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