Html Css Color HEX #998389 Venus

📋 copy color: '#998389'

red 153 ◦ green 131 ◦ blue 137

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

Shades of Venus #998389

Tints of Venus #998389

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 32.54%

R = 36.34%
G = 31.12%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.10

 K value IS 0.4

RGB Variations

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

Color information

#998389 (or 0x998389) is known color: Venus. HEX triplet: 99, 83 and 89. RGB value is (153,131,137). Sum of RGB (Red+Green+Blue) = 153+131+137=421 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.34% from 421); Green value is 131 (51.56% from 255 or 31.12% from 421); Blue value is 137 (53.91% from 255 or 32.54% from 421); Max value from RGB is 153 - color contains mainly: red. Hex color #998389 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998389 is #667C76. Grayscale: #8A8A8A. Windows color (decimal): -6716535 or 9012121. OLE color: 9012121.

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

Color convert

RGB 153 131 137 -
CMYK 0 0.14 0.10 0.4
HSL 343.64º 0.1% 0.56% -
HSV(B) 343.64º 0.14% 0.6% -
XYZ 25.77 24.81 27.1 -
YUV 138.26 127.29 138.51 -
System Red Green Blue C M Y K H S L
Decimal 153 131 137 0 0.14 0.10 0.4 343.64 0.1 0.56
Hex 99 83 89 0 E A 28 158 A 38
Octal 231 203 211 0 16 12 50 530 12 70
Binary 10011001 10000011 10001001 0 1110 1010 101000 101011000 1010 111000

Color Harmonies of #998389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998389

Black with #998389

Text Example


Text Example

White with #998389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998389; }

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

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

background-color css

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

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

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

border-color css

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

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

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