#998397

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

Shades of Bouquet #998397

Tints of Bouquet #998397

Color information

#998397 (or 0x998397) is unknown color: approx Bouquet. HEX triplet: 99, 83 and 97. RGB value is (153,131,151). Sum of RGB (Red+Green+Blue) = 153+131+151=435 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.17% from 435); Green value is 131 (51.56% from 255 or 30.11% from 435); Blue value is 151 (59.38% from 255 or 34.71% from 435); Max value from RGB is 153 - color contains mainly: red. Hex color #998397 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998397 is #667C68. Grayscale: #8B8B8B. Windows color (decimal): -6716521 or 9929625. OLE color: 9929625.

HSL color Cylindrical-coordinate representation of color #998397: hue angle of 305.45º 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 #998397 is Cyan = 0, Magento = 0.14, Yellow = 0.01 and Black (K on CMYK) = 0.4.

Color convert

RGB153131151-
CMYK00.140.010.4
HSL305.45º9.73%55.69%-
HSV(B)305.45º14.38%60%-
XYZ26.8425.2432.74-
YUV139.86134.29137.37-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.17%
GREEN value IS 131 (51.56% from 255) = 30.11%
BLUE value IS 151 (59.38% from 255) = 34.71%
R=35.17%
G=30.11%
B=34.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.01
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15313115100.140.010.4305.459.7355.69
Hex9983970E128131a38
Octal2312032270161504611270
Binary1001100110000011100101110111011010001001100011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998397; }

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

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

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

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

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

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

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

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