Html Css Color HEX #9E8689 Venus

📋 copy color: '#9E8689'

red 158 ◦ green 134 ◦ blue 137

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

Shades of Venus #9E8689

Tints of Venus #9E8689

RGB

 RED value IS 158 (62.11% from 255) = 36.83%

 GREEN value IS 134 (52.73% from 255) = 31.24%

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

R = 36.83%
G = 31.24%
B = 31.93%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.13

 K value IS 0.38

RGB Variations

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

Color information

#9E8689 (or 0x9E8689) is known color: Venus. HEX triplet: 9E, 86 and 89. RGB value is (158,134,137). Sum of RGB (Red+Green+Blue) = 158+134+137=429 (56% of max value = 765). Red value is 158 (62.11% from 255 or 36.83% from 429); Green value is 134 (52.73% from 255 or 31.24% from 429); Blue value is 137 (53.91% from 255 or 31.93% from 429); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8689 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E8689 is #617976. Grayscale: #8D8D8D. Windows color (decimal): -6388087 or 9012894. OLE color: 9012894.

HSL color Cylindrical-coordinate representation of color #9E8689: hue angle of 352.5º degrees, saturation: 0.11, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9E8689 is Cyan = 0, Magento = 0.15, Yellow = 0.13 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 134 137 -
CMYK 0 0.15 0.13 0.38
HSL 352.5º 0.11% 0.57% -
HSV(B) 352.5º 0.15% 0.62% -
XYZ 27.14 26.13 27.28 -
YUV 141.52 125.45 139.76 -
System Red Green Blue C M Y K H S L
Decimal 158 134 137 0 0.15 0.13 0.38 352.5 0.11 0.57
Hex 9E 86 89 0 F D 26 160 B 39
Octal 236 206 211 0 17 15 46 540 13 71
Binary 10011110 10000110 10001001 0 1111 1101 100110 101100000 1011 111001

Color Harmonies of #9E8689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E8689

Black with #9E8689

Text Example


Text Example

White with #9E8689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9E8689; }

 p { color: rgb(158,134,137); }

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

background-color css

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

 a { background-color: rgb(158,134,137); }

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

border-color css

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

 span { border-color: rgb(158,134,137); }

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