Html Css Color HEX #958486 Venus

📋 copy color: '#958486'

red 149 ◦ green 132 ◦ blue 134

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

Shades of Venus #958486

Tints of Venus #958486

RGB

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

 GREEN value IS 132 (51.95% from 255) = 31.81%

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

R = 35.9%
G = 31.81%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.10

 K value IS 0.42

RGB Variations

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

Color information

#958486 (or 0x958486) is known color: Venus. HEX triplet: 95, 84 and 86. RGB value is (149,132,134). Sum of RGB (Red+Green+Blue) = 149+132+134=415 (54% of max value = 765). Red value is 149 (58.59% from 255 or 35.90% from 415); Green value is 132 (51.95% from 255 or 31.81% from 415); Blue value is 134 (52.73% from 255 or 32.29% from 415); Max value from RGB is 149 - color contains mainly: red. Hex color #958486 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958486 is #6A7B79. Grayscale: #898989. Windows color (decimal): -6978426 or 8815765. OLE color: 8815765.

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

Color convert

RGB 149 132 134 -
CMYK 0 0.11 0.10 0.42
HSL 352.94º 0.07% 0.55% -
HSV(B) 352.94º 0.11% 0.58% -
XYZ 24.95 24.61 25.99 -
YUV 137.31 126.13 136.34 -
System Red Green Blue C M Y K H S L
Decimal 149 132 134 0 0.11 0.10 0.42 352.94 0.07 0.55
Hex 95 84 86 0 B A 2A 161 7 37
Octal 225 204 206 0 13 12 52 541 7 67
Binary 10010101 10000100 10000110 0 1011 1010 101010 101100001 111 110111

Color Harmonies of #958486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958486

Black with #958486

Text Example


Text Example

White with #958486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958486; }

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

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

background-color css

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

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

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

border-color css

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

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

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