Html Css Color HEX #9C5E60 Vin Rouge

📋 copy color: '#9C5E60'

red 156 ◦ green 94 ◦ blue 96

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

Shades of Vin Rouge #9C5E60

Tints of Vin Rouge #9C5E60

RGB

 RED value IS 156 (61.33% from 255) = 45.09%

 GREEN value IS 94 (37.11% from 255) = 27.17%

 BLUE value IS 96 (37.89% from 255) = 27.75%

R = 45.09%
G = 27.17%
B = 27.75%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.38

 K value IS 0.39

RGB Variations

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

Color information

#9C5E60 (or 0x9C5E60) is known color: Vin Rouge. HEX triplet: 9C, 5E and 60. RGB value is (156,94,96). Sum of RGB (Red+Green+Blue) = 156+94+96=346 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.09% from 346); Green value is 94 (37.11% from 255 or 27.17% from 346); Blue value is 96 (37.89% from 255 or 27.75% from 346); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5E60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C5E60 is #63A19F. Grayscale: #707070. Windows color (decimal): -6529440 or 6315676. OLE color: 6315676.

HSL color Cylindrical-coordinate representation of color #9C5E60: hue angle of 358.06º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9C5E60 is Cyan = 0, Magento = 0.40, Yellow = 0.38 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 94 96 -
CMYK 0 0.40 0.38 0.39
HSL 358.06º 0.25% 0.49% -
HSV(B) 358.06º 0.4% 0.61% -
XYZ 19.82 15.92 13.09 -
YUV 112.77 118.54 158.84 -
System Red Green Blue C M Y K H S L
Decimal 156 94 96 0 0.40 0.38 0.39 358.06 0.25 0.49
Hex 9C 5E 60 0 28 26 27 166 19 31
Octal 234 136 140 0 50 46 47 546 31 61
Binary 10011100 1011110 1100000 0 101000 100110 100111 101100110 11001 110001

Color Harmonies of #9C5E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C5E60

Black with #9C5E60

Text Example


Text Example

White with #9C5E60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9C5E60; }

 p { color: rgb(156,94,96); }

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

background-color css

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

 a { background-color: rgb(156,94,96); }

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

border-color css

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

 span { border-color: rgb(156,94,96); }

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