Html Css Color HEX #96556A Vin Rouge

📋 copy color: '#96556A'

red 150 ◦ green 85 ◦ blue 106

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

Shades of Vin Rouge #96556A

Tints of Vin Rouge #96556A

RGB

 RED value IS 150 (58.98% from 255) = 43.99%

 GREEN value IS 85 (33.59% from 255) = 24.93%

 BLUE value IS 106 (41.8% from 255) = 31.09%

R = 43.99%
G = 24.93%
B = 31.09%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.29

 K value IS 0.41

RGB Variations

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

Color information

#96556A (or 0x96556A) is known color: Vin Rouge. HEX triplet: 96, 55 and 6A. RGB value is (150,85,106). Sum of RGB (Red+Green+Blue) = 150+85+106=341 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.99% from 341); Green value is 85 (33.59% from 255 or 24.93% from 341); Blue value is 106 (41.80% from 255 or 31.09% from 341); Max value from RGB is 150 - color contains mainly: red. Hex color #96556A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96556A is #69AA95. Grayscale: #6A6A6A. Windows color (decimal): -6924950 or 6968726. OLE color: 6968726.

HSL color Cylindrical-coordinate representation of color #96556A: hue angle of 340.62º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #96556A is Cyan = 0, Magento = 0.43, Yellow = 0.29 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 85 106 -
CMYK 0 0.43 0.29 0.41
HSL 340.62º 0.28% 0.46% -
HSV(B) 340.62º 0.43% 0.59% -
XYZ 18.43 14.02 15.37 -
YUV 106.83 127.53 158.79 -
System Red Green Blue C M Y K H S L
Decimal 150 85 106 0 0.43 0.29 0.41 340.62 0.28 0.46
Hex 96 55 6A 0 2B 1D 29 155 1C 2E
Octal 226 125 152 0 53 35 51 525 34 56
Binary 10010110 1010101 1101010 0 101011 11101 101001 101010101 11100 101110

Color Harmonies of #96556A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96556A

Black with #96556A

Text Example


Text Example

White with #96556A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96556A; }

 p { color: rgb(150,85,106); }

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

background-color css

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

 a { background-color: rgb(150,85,106); }

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

border-color css

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

 span { border-color: rgb(150,85,106); }

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