Html Css Color HEX #955662 Vin Rouge

📋 copy color: '#955662'

red 149 ◦ green 86 ◦ blue 98

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

Shades of Vin Rouge #955662

Tints of Vin Rouge #955662

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 29.43%

R = 44.74%
G = 25.83%
B = 29.43%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.34

 K value IS 0.42

RGB Variations

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

Color information

#955662 (or 0x955662) is known color: Vin Rouge. HEX triplet: 95, 56 and 62. RGB value is (149,86,98). Sum of RGB (Red+Green+Blue) = 149+86+98=333 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.74% from 333); Green value is 86 (33.98% from 255 or 25.83% from 333); Blue value is 98 (38.67% from 255 or 29.43% from 333); Max value from RGB is 149 - color contains mainly: red. Hex color #955662 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955662 is #6AA99D. Grayscale: #6A6A6A. Windows color (decimal): -6990238 or 6444693. OLE color: 6444693.

HSL color Cylindrical-coordinate representation of color #955662: hue angle of 348.57º 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 #955662 is Cyan = 0, Magento = 0.42, Yellow = 0.34 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 86 98 -
CMYK 0 0.42 0.34 0.42
HSL 348.57º 0.27% 0.46% -
HSV(B) 348.57º 0.42% 0.58% -
XYZ 17.93 13.93 13.3 -
YUV 106.21 123.37 158.52 -
System Red Green Blue C M Y K H S L
Decimal 149 86 98 0 0.42 0.34 0.42 348.57 0.27 0.46
Hex 95 56 62 0 2A 22 2A 15D 1B 2E
Octal 225 126 142 0 52 42 52 535 33 56
Binary 10010101 1010110 1100010 0 101010 100010 101010 101011101 11011 101110

Color Harmonies of #955662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955662

Black with #955662

Text Example


Text Example

White with #955662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955662; }

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

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

background-color css

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

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

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

border-color css

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

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

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