Html Css Color HEX #998695 Bouquet

📋 copy color: '#998695'

red 153 ◦ green 134 ◦ blue 149

#998695
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bouquet #998695

Tints of Bouquet #998695

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 value IS 0

 M value IS 0.12

 Y value IS 0.03

 K value IS 0.4

RGB Variations

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

Color information

#998695 (or 0x998695) is known color: 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

RGB 153 134 149 -
CMYK 0 0.12 0.03 0.4
HSL 312.63º 0.09% 0.56% -
HSV(B) 312.63º 0.12% 0.6% -
XYZ 27.09 25.99 32.02 -
YUV 141.39 132.29 136.28 -
System Red Green Blue C M Y K H S L
Decimal 153 134 149 0 0.12 0.03 0.4 312.63 0.09 0.56
Hex 99 86 95 0 C 3 28 139 9 38
Octal 231 206 225 0 14 3 50 471 11 70
Binary 10011001 10000110 10010101 0 1100 11 101000 100111001 1001 111000

Color Harmonies of #998695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998695

Black with #998695

Text Example


Text Example

White with #998695

Text Example


Text Example

HTML Codes & Css Web 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>