Html Css Color HEX #995657 Vin Rouge

📋 copy color: '#995657'

red 153 ◦ green 86 ◦ blue 87

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

Shades of Vin Rouge #995657

Tints of Vin Rouge #995657

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 26.69%

R = 46.93%
G = 26.38%
B = 26.69%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.43

 K value IS 0.4

RGB Variations

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

Color information

#995657 (or 0x995657) is known color: Vin Rouge. HEX triplet: 99, 56 and 57. RGB value is (153,86,87). Sum of RGB (Red+Green+Blue) = 153+86+87=326 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.93% from 326); Green value is 86 (33.98% from 255 or 26.38% from 326); Blue value is 87 (34.38% from 255 or 26.69% from 326); Max value from RGB is 153 - color contains mainly: red. Hex color #995657 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995657 is #66A9A8. Grayscale: #6A6A6A. Windows color (decimal): -6728105 or 5723801. OLE color: 5723801.

HSL color Cylindrical-coordinate representation of color #995657: hue angle of 359.1º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #995657 is Cyan = 0, Magento = 0.44, Yellow = 0.43 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 86 87 -
CMYK 0 0.44 0.43 0.4
HSL 359.1º 0.28% 0.47% -
HSV(B) 359.1º 0.44% 0.6% -
XYZ 18.18 14.12 10.78 -
YUV 106.15 117.2 161.42 -
System Red Green Blue C M Y K H S L
Decimal 153 86 87 0 0.44 0.43 0.4 359.1 0.28 0.47
Hex 99 56 57 0 2C 2B 28 167 1C 2F
Octal 231 126 127 0 54 53 50 547 34 57
Binary 10011001 1010110 1010111 0 101100 101011 101000 101100111 11100 101111

Color Harmonies of #995657

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995657

Black with #995657

Text Example


Text Example

White with #995657

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995657; }

 p { color: rgb(153,86,87); }

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

background-color css

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

 a { background-color: rgb(153,86,87); }

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

border-color css

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

 span { border-color: rgb(153,86,87); }

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