Html Css Color HEX #995F60 Vin Rouge

📋 copy color: '#995F60'

red 153 ◦ green 95 ◦ blue 96

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

Shades of Vin Rouge #995F60

Tints of Vin Rouge #995F60

RGB

 RED value IS 153 (60.16% from 255) = 44.48%

 GREEN value IS 95 (37.5% from 255) = 27.62%

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

R = 44.48%
G = 27.62%
B = 27.91%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.37

 K value IS 0.4

RGB Variations

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

Color information

#995F60 (or 0x995F60) is known color: Vin Rouge. HEX triplet: 99, 5F and 60. RGB value is (153,95,96). Sum of RGB (Red+Green+Blue) = 153+95+96=344 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.48% from 344); Green value is 95 (37.5% from 255 or 27.62% from 344); Blue value is 96 (37.89% from 255 or 27.91% from 344); Max value from RGB is 153 - color contains mainly: red. Hex color #995F60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995F60 is #66A09F. Grayscale: #707070. Windows color (decimal): -6725792 or 6315929. OLE color: 6315929.

HSL color Cylindrical-coordinate representation of color #995F60: hue angle of 358.97º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #995F60 is Cyan = 0, Magento = 0.38, Yellow = 0.37 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 95 96 -
CMYK 0 0.38 0.37 0.4
HSL 358.97º 0.23% 0.49% -
HSV(B) 358.97º 0.38% 0.6% -
XYZ 19.34 15.8 13.1 -
YUV 112.46 118.72 156.92 -
System Red Green Blue C M Y K H S L
Decimal 153 95 96 0 0.38 0.37 0.4 358.97 0.23 0.49
Hex 99 5F 60 0 26 25 28 167 17 31
Octal 231 137 140 0 46 45 50 547 27 61
Binary 10011001 1011111 1100000 0 100110 100101 101000 101100111 10111 110001

Color Harmonies of #995F60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995F60

Black with #995F60

Text Example


Text Example

White with #995F60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995F60; }

 p { color: rgb(153,95,96); }

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

background-color css

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

 a { background-color: rgb(153,95,96); }

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

border-color css

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

 span { border-color: rgb(153,95,96); }

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