Html Css Color HEX #958386 Venus

📋 copy color: '#958386'

red 149 ◦ green 131 ◦ blue 134

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

Shades of Venus #958386

Tints of Venus #958386

RGB

 RED value IS 149 (58.59% from 255) = 35.99%

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

 BLUE value IS 134 (52.73% from 255) = 32.37%

R = 35.99%
G = 31.64%
B = 32.37%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.10

 K value IS 0.42

RGB Variations

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

Color information

#958386 (or 0x958386) is known color: Venus. HEX triplet: 95, 83 and 86. RGB value is (149,131,134). Sum of RGB (Red+Green+Blue) = 149+131+134=414 (54% of max value = 765). Red value is 149 (58.59% from 255 or 35.99% from 414); Green value is 131 (51.56% from 255 or 31.64% from 414); Blue value is 134 (52.73% from 255 or 32.37% from 414); Max value from RGB is 149 - color contains mainly: red. Hex color #958386 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958386 is #6A7C79. Grayscale: #888888. Windows color (decimal): -6978682 or 8815509. OLE color: 8815509.

HSL color Cylindrical-coordinate representation of color #958386: hue angle of 350º degrees, saturation: 0.08, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #958386 is Cyan = 0, Magento = 0.12, Yellow = 0.10 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 131 134 -
CMYK 0 0.12 0.10 0.42
HSL 350º 0.08% 0.55% -
HSV(B) 350º 0.12% 0.58% -
XYZ 24.81 24.34 25.95 -
YUV 136.72 126.46 136.76 -
System Red Green Blue C M Y K H S L
Decimal 149 131 134 0 0.12 0.10 0.42 350 0.08 0.55
Hex 95 83 86 0 C A 2A 15E 8 37
Octal 225 203 206 0 14 12 52 536 10 67
Binary 10010101 10000011 10000110 0 1100 1010 101010 101011110 1000 110111

Color Harmonies of #958386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958386

Black with #958386

Text Example


Text Example

White with #958386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958386; }

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

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

background-color css

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

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

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

border-color css

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

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

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