Html Css Color HEX #955661 Vin Rouge

📋 copy color: '#955661'

red 149 ◦ green 86 ◦ blue 97

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

Shades of Vin Rouge #955661

Tints of Vin Rouge #955661

RGB

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

 GREEN value IS 86 (33.98% from 255) = 25.9%

 BLUE value IS 97 (38.28% from 255) = 29.22%

R = 44.88%
G = 25.9%
B = 29.22%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.35

 K value IS 0.42

RGB Variations

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

Color information

#955661 (or 0x955661) is known color: Vin Rouge. HEX triplet: 95, 56 and 61. RGB value is (149,86,97). Sum of RGB (Red+Green+Blue) = 149+86+97=332 (43% of max value = 765). Red value is 149 (58.59% from 255 or 44.88% from 332); Green value is 86 (33.98% from 255 or 25.90% from 332); Blue value is 97 (38.28% from 255 or 29.22% from 332); Max value from RGB is 149 - color contains mainly: red. Hex color #955661 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955661 is #6AA99E. Grayscale: #6A6A6A. Windows color (decimal): -6990239 or 6379157. OLE color: 6379157.

HSL color Cylindrical-coordinate representation of color #955661: hue angle of 349.52º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #955661 is Cyan = 0, Magento = 0.42, Yellow = 0.35 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 86 97 -
CMYK 0 0.42 0.35 0.42
HSL 349.52º 0.27% 0.46% -
HSV(B) 349.52º 0.42% 0.58% -
XYZ 17.88 13.91 13.05 -
YUV 106.09 122.87 158.61 -
System Red Green Blue C M Y K H S L
Decimal 149 86 97 0 0.42 0.35 0.42 349.52 0.27 0.46
Hex 95 56 61 0 2A 23 2A 15E 1B 2E
Octal 225 126 141 0 52 43 52 536 33 56
Binary 10010101 1010110 1100001 0 101010 100011 101010 101011110 11011 101110

Color Harmonies of #955661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955661

Black with #955661

Text Example


Text Example

White with #955661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955661; }

 p { color: rgb(149,86,97); }

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

background-color css

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

 a { background-color: rgb(149,86,97); }

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

border-color css

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

 span { border-color: rgb(149,86,97); }

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