Html Css Color HEX #957683 Venus

📋 copy color: '#957683'

red 149 ◦ green 118 ◦ blue 131

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

Shades of Venus #957683

Tints of Venus #957683

RGB

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

 GREEN value IS 118 (46.48% from 255) = 29.65%

 BLUE value IS 131 (51.56% from 255) = 32.91%

R = 37.44%
G = 29.65%
B = 32.91%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.12

 K value IS 0.42

RGB Variations

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

Color information

#957683 (or 0x957683) is known color: Venus. HEX triplet: 95, 76 and 83. RGB value is (149,118,131). Sum of RGB (Red+Green+Blue) = 149+118+131=398 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.44% from 398); Green value is 118 (46.48% from 255 or 29.65% from 398); Blue value is 131 (51.56% from 255 or 32.91% from 398); Max value from RGB is 149 - color contains mainly: red. Hex color #957683 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957683 is #6A897C. Grayscale: #808080. Windows color (decimal): -6982013 or 8615573. OLE color: 8615573.

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

Color convert

RGB 149 118 131 -
CMYK 0 0.21 0.12 0.42
HSL 334.84º 0.13% 0.52% -
HSV(B) 334.84º 0.21% 0.58% -
XYZ 22.97 20.99 24.31 -
YUV 128.75 129.27 142.44 -
System Red Green Blue C M Y K H S L
Decimal 149 118 131 0 0.21 0.12 0.42 334.84 0.13 0.52
Hex 95 76 83 0 15 C 2A 14F D 34
Octal 225 166 203 0 25 14 52 517 15 64
Binary 10010101 1110110 10000011 0 10101 1100 101010 101001111 1101 110100

Color Harmonies of #957683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957683

Black with #957683

Text Example


Text Example

White with #957683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957683; }

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

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

background-color css

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

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

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

border-color css

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

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

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