Html Css Color HEX #955668 Vin Rouge

📋 copy color: '#955668'

red 149 ◦ green 86 ◦ blue 104

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

Shades of Vin Rouge #955668

Tints of Vin Rouge #955668

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 30.68%

R = 43.95%
G = 25.37%
B = 30.68%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.30

 K value IS 0.42

RGB Variations

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

Color information

#955668 (or 0x955668) is known color: Vin Rouge. HEX triplet: 95, 56 and 68. RGB value is (149,86,104). Sum of RGB (Red+Green+Blue) = 149+86+104=339 (44% of max value = 765). Red value is 149 (58.59% from 255 or 43.95% from 339); Green value is 86 (33.98% from 255 or 25.37% from 339); Blue value is 104 (41.02% from 255 or 30.68% from 339); Max value from RGB is 149 - color contains mainly: red. Hex color #955668 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955668 is #6AA997. Grayscale: #6A6A6A. Windows color (decimal): -6990232 or 6837909. OLE color: 6837909.

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

Color convert

RGB 149 86 104 -
CMYK 0 0.42 0.30 0.42
HSL 342.86º 0.27% 0.46% -
HSV(B) 342.86º 0.42% 0.58% -
XYZ 18.22 14.04 14.85 -
YUV 106.89 126.37 158.04 -
System Red Green Blue C M Y K H S L
Decimal 149 86 104 0 0.42 0.30 0.42 342.86 0.27 0.46
Hex 95 56 68 0 2A 1E 2A 157 1B 2E
Octal 225 126 150 0 52 36 52 527 33 56
Binary 10010101 1010110 1101000 0 101010 11110 101010 101010111 11011 101110

Color Harmonies of #955668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955668

Black with #955668

Text Example


Text Example

White with #955668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955668; }

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

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

background-color css

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

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

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

border-color css

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

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

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