#998696

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

Shades of Bouquet #998696

Tints of Bouquet #998696

Color information

#998696 (or 0x998696) is unknown color: approx Bouquet. HEX triplet: 99, 86 and 96. RGB value is (153,134,150). Sum of RGB (Red+Green+Blue) = 153+134+150=437 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.01% from 437); Green value is 134 (52.73% from 255 or 30.66% from 437); Blue value is 150 (58.98% from 255 or 34.32% from 437); Max value from RGB is 153 - color contains mainly: red. Hex color #998696 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998696 is #667969. Grayscale: #8D8D8D. Windows color (decimal): -6715754 or 9864857. OLE color: 9864857.

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

Color convert

RGB153134150-
CMYK00.120.020.4
HSL309.47º8.52%56.27%-
HSV(B)309.47º12.42%60%-
XYZ27.1726.0232.45-
YUV141.5132.79136.2-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.01%
GREEN value IS 134 (52.73% from 255) = 30.66%
BLUE value IS 150 (58.98% from 255) = 34.32%
R=35.01%
G=30.66%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.02
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15313415000.120.020.4309.478.5256.27
Hex9986960C228135938
Octal2312062260142504651170
Binary10011001100001101001011001100101010001001101011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998696; }

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

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

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

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

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

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

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

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