Html Css Color HEX #958384 Venus

📋 copy color: '#958384'

red 149 ◦ green 131 ◦ blue 132

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

Shades of Venus #958384

Tints of Venus #958384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 32.04%

R = 36.17%
G = 31.8%
B = 32.04%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#958384 (or 0x958384) is known color: Venus. HEX triplet: 95, 83 and 84. RGB value is (149,131,132). Sum of RGB (Red+Green+Blue) = 149+131+132=412 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.17% from 412); Green value is 131 (51.56% from 255 or 31.80% from 412); Blue value is 132 (51.95% from 255 or 32.04% from 412); Max value from RGB is 149 - color contains mainly: red. Hex color #958384 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958384 is #6A7C7B. Grayscale: #888888. Windows color (decimal): -6978684 or 8684437. OLE color: 8684437.

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

Color convert

RGB 149 131 132 -
CMYK 0 0.12 0.11 0.42
HSL 356.67º 0.08% 0.55% -
HSV(B) 356.67º 0.12% 0.58% -
XYZ 24.68 24.29 25.22 -
YUV 136.5 125.46 136.92 -
System Red Green Blue C M Y K H S L
Decimal 149 131 132 0 0.12 0.11 0.42 356.67 0.08 0.55
Hex 95 83 84 0 C B 2A 165 8 37
Octal 225 203 204 0 14 13 52 545 10 67
Binary 10010101 10000011 10000100 0 1100 1011 101010 101100101 1000 110111

Color Harmonies of #958384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958384

Black with #958384

Text Example


Text Example

White with #958384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958384; }

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

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

background-color css

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

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

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

border-color css

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

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

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