Html Css Color HEX #955766 Vin Rouge

📋 copy color: '#955766'

red 149 ◦ green 87 ◦ blue 102

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

Shades of Vin Rouge #955766

Tints of Vin Rouge #955766

RGB

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

 GREEN value IS 87 (34.38% from 255) = 25.74%

 BLUE value IS 102 (40.23% from 255) = 30.18%

R = 44.08%
G = 25.74%
B = 30.18%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.32

 K value IS 0.42

RGB Variations

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

Color information

#955766 (or 0x955766) is known color: Vin Rouge. HEX triplet: 95, 57 and 66. RGB value is (149,87,102). Sum of RGB (Red+Green+Blue) = 149+87+102=338 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.08% from 338); Green value is 87 (34.38% from 255 or 25.74% from 338); Blue value is 102 (40.23% from 255 or 30.18% from 338); Max value from RGB is 149 - color contains mainly: red. Hex color #955766 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955766 is #6AA899. Grayscale: #6B6B6B. Windows color (decimal): -6989978 or 6707093. OLE color: 6707093.

HSL color Cylindrical-coordinate representation of color #955766: hue angle of 345.48º degrees, saturation: 0.26, 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 #955766 is Cyan = 0, Magento = 0.42, Yellow = 0.32 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 87 102 -
CMYK 0 0.42 0.32 0.42
HSL 345.48º 0.26% 0.46% -
HSV(B) 345.48º 0.42% 0.58% -
XYZ 18.2 14.17 14.35 -
YUV 107.25 125.04 157.78 -
System Red Green Blue C M Y K H S L
Decimal 149 87 102 0 0.42 0.32 0.42 345.48 0.26 0.46
Hex 95 57 66 0 2A 20 2A 159 1A 2E
Octal 225 127 146 0 52 40 52 531 32 56
Binary 10010101 1010111 1100110 0 101010 100000 101010 101011001 11010 101110

Color Harmonies of #955766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955766

Black with #955766

Text Example


Text Example

White with #955766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955766; }

 p { color: rgb(149,87,102); }

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

background-color css

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

 a { background-color: rgb(149,87,102); }

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

border-color css

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

 span { border-color: rgb(149,87,102); }

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