Html Css Color HEX #955D60 Vin Rouge

📋 copy color: '#955D60'

red 149 ◦ green 93 ◦ blue 96

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

Shades of Vin Rouge #955D60

Tints of Vin Rouge #955D60

RGB

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

 GREEN value IS 93 (36.72% from 255) = 27.51%

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

R = 44.08%
G = 27.51%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.36

 K value IS 0.42

RGB Variations

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

Color information

#955D60 (or 0x955D60) is known color: Vin Rouge. HEX triplet: 95, 5D and 60. RGB value is (149,93,96). Sum of RGB (Red+Green+Blue) = 149+93+96=338 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.08% from 338); Green value is 93 (36.72% from 255 or 27.51% from 338); Blue value is 96 (37.89% from 255 or 28.40% from 338); Max value from RGB is 149 - color contains mainly: red. Hex color #955D60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955D60 is #6AA29F. Grayscale: #6E6E6E. Windows color (decimal): -6988448 or 6315413. OLE color: 6315413.

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

Color convert

RGB 149 93 96 -
CMYK 0 0.38 0.36 0.42
HSL 356.79º 0.23% 0.47% -
HSV(B) 356.79º 0.38% 0.58% -
XYZ 18.42 15.06 13 -
YUV 110.09 120.05 155.76 -
System Red Green Blue C M Y K H S L
Decimal 149 93 96 0 0.38 0.36 0.42 356.79 0.23 0.47
Hex 95 5D 60 0 26 24 2A 165 17 2F
Octal 225 135 140 0 46 44 52 545 27 57
Binary 10010101 1011101 1100000 0 100110 100100 101010 101100101 10111 101111

Color Harmonies of #955D60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955D60

Black with #955D60

Text Example


Text Example

White with #955D60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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