#998695

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

Shades of Bouquet #998695

Tints of Bouquet #998695

Color information

#998695 (or 0x998695) is unknown color: approx Bouquet. HEX triplet: 99, 86 and 95. RGB value is (153,134,149). Sum of RGB (Red+Green+Blue) = 153+134+149=436 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.09% from 436); Green value is 134 (52.73% from 255 or 30.73% from 436); Blue value is 149 (58.59% from 255 or 34.17% from 436); Max value from RGB is 153 - color contains mainly: red. Hex color #998695 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998695 is #66796A. Grayscale: #8D8D8D. Windows color (decimal): -6715755 or 9799321. OLE color: 9799321.

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

Color convert

RGB153134149-
CMYK00.120.030.4
HSL312.63º8.52%56.27%-
HSV(B)312.63º12.42%60%-
XYZ27.0925.9932.02-
YUV141.39132.29136.28-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.09%
GREEN value IS 134 (52.73% from 255) = 30.73%
BLUE value IS 149 (58.59% from 255) = 34.17%
R=35.09%
G=30.73%
B=34.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.03
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15313414900.120.030.4312.638.5256.27
Hex9986950C328139938
Octal2312062250143504711170
Binary10011001100001101001010101100111010001001110011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998695; }

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

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

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

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

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

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

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

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