Html Css Color HEX #998387 Venus

📋 copy color: '#998387'

red 153 ◦ green 131 ◦ blue 135

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

Shades of Venus #998387

Tints of Venus #998387

RGB

 RED value IS 153 (60.16% from 255) = 36.52%

 GREEN value IS 131 (51.56% from 255) = 31.26%

 BLUE value IS 135 (53.13% from 255) = 32.22%

R = 36.52%
G = 31.26%
B = 32.22%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.12

 K value IS 0.4

RGB Variations

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

Color information

#998387 (or 0x998387) is known color: Venus. HEX triplet: 99, 83 and 87. RGB value is (153,131,135). Sum of RGB (Red+Green+Blue) = 153+131+135=419 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.52% from 419); Green value is 131 (51.56% from 255 or 31.26% from 419); Blue value is 135 (53.12% from 255 or 32.22% from 419); Max value from RGB is 153 - color contains mainly: red. Hex color #998387 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998387 is #667C78. Grayscale: #8A8A8A. Windows color (decimal): -6716537 or 8881049. OLE color: 8881049.

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

Color convert

RGB 153 131 135 -
CMYK 0 0.14 0.12 0.4
HSL 349.09º 0.1% 0.56% -
HSV(B) 349.09º 0.14% 0.6% -
XYZ 25.63 24.75 26.35 -
YUV 138.03 126.29 138.67 -
System Red Green Blue C M Y K H S L
Decimal 153 131 135 0 0.14 0.12 0.4 349.09 0.1 0.56
Hex 99 83 87 0 E C 28 15D A 38
Octal 231 203 207 0 16 14 50 535 12 70
Binary 10011001 10000011 10000111 0 1110 1100 101000 101011101 1010 111000

Color Harmonies of #998387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998387

Black with #998387

Text Example


Text Example

White with #998387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998387; }

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

 H1.HeaderClassName
 {
   color: #998387;
 }
 .AnyTagClassName
 {
   color: #998387;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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