#998396

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

Shades of Bouquet #998396

Tints of Bouquet #998396

Color information

#998396 (or 0x998396) is unknown color: approx Bouquet. HEX triplet: 99, 83 and 96. RGB value is (153,131,150). Sum of RGB (Red+Green+Blue) = 153+131+150=434 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.25% from 434); Green value is 131 (51.56% from 255 or 30.18% from 434); Blue value is 150 (58.98% from 255 or 34.56% from 434); Max value from RGB is 153 - color contains mainly: red. Hex color #998396 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998396 is #667C69. Grayscale: #8B8B8B. Windows color (decimal): -6716522 or 9864089. OLE color: 9864089.

HSL color Cylindrical-coordinate representation of color #998396: hue angle of 308.18º degrees, saturation: 0.1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #998396 is Cyan = 0, Magento = 0.14, Yellow = 0.02 and Black (K on CMYK) = 0.4.

Color convert

RGB153131150-
CMYK00.140.020.4
HSL308.18º9.73%55.69%-
HSV(B)308.18º14.38%60%-
XYZ26.7625.2132.31-
YUV139.74133.79137.46-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.25%
GREEN value IS 131 (51.56% from 255) = 30.18%
BLUE value IS 150 (58.98% from 255) = 34.56%
R=35.25%
G=30.18%
B=34.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.02
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15313115000.140.020.4308.189.7355.69
Hex9983960E228134a38
Octal2312032260162504641270
Binary10011001100000111001011001110101010001001101001010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998396; }

 p { color: rgb(153,131,150); }

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

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

 a { background-color: rgb(153,131,150); }

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

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

 span { border-color: rgb(153,131,150); }

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