Html Css Color HEX #955E60 Vin Rouge

📋 copy color: '#955E60'

red 149 ◦ green 94 ◦ blue 96

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

Shades of Vin Rouge #955E60

Tints of Vin Rouge #955E60

RGB

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

 GREEN value IS 94 (37.11% from 255) = 27.73%

 BLUE value IS 96 (37.89% from 255) = 28.32%

R = 43.95%
G = 27.73%
B = 28.32%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.36

 K value IS 0.42

RGB Variations

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

Color information

#955E60 (or 0x955E60) is known color: Vin Rouge. HEX triplet: 95, 5E and 60. RGB value is (149,94,96). Sum of RGB (Red+Green+Blue) = 149+94+96=339 (44% of max value = 765). Red value is 149 (58.59% from 255 or 43.95% from 339); Green value is 94 (37.11% from 255 or 27.73% from 339); Blue value is 96 (37.89% from 255 or 28.32% from 339); Max value from RGB is 149 - color contains mainly: red. Hex color #955E60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955E60 is #6AA19F. Grayscale: #6E6E6E. Windows color (decimal): -6988192 or 6315669. OLE color: 6315669.

HSL color Cylindrical-coordinate representation of color #955E60: hue angle of 357.82º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #955E60 is Cyan = 0, Magento = 0.37, Yellow = 0.36 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 94 96 -
CMYK 0 0.37 0.36 0.42
HSL 357.82º 0.23% 0.48% -
HSV(B) 357.82º 0.37% 0.58% -
XYZ 18.51 15.24 13.03 -
YUV 110.67 119.72 155.34 -
System Red Green Blue C M Y K H S L
Decimal 149 94 96 0 0.37 0.36 0.42 357.82 0.23 0.48
Hex 95 5E 60 0 25 24 2A 166 17 30
Octal 225 136 140 0 45 44 52 546 27 60
Binary 10010101 1011110 1100000 0 100101 100100 101010 101100110 10111 110000

Color Harmonies of #955E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955E60

Black with #955E60

Text Example


Text Example

White with #955E60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955E60; }

 p { color: rgb(149,94,96); }

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

background-color css

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

 a { background-color: rgb(149,94,96); }

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

border-color css

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

 span { border-color: rgb(149,94,96); }

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