Html Css Color HEX #995665 Vin Rouge

📋 copy color: '#995665'

red 153 ◦ green 86 ◦ blue 101

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

Shades of Vin Rouge #995665

Tints of Vin Rouge #995665

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 29.71%

R = 45%
G = 25.29%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.34

 K value IS 0.4

RGB Variations

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

Color information

#995665 (or 0x995665) is known color: Vin Rouge. HEX triplet: 99, 56 and 65. RGB value is (153,86,101). Sum of RGB (Red+Green+Blue) = 153+86+101=340 (45% of max value = 765). Red value is 153 (60.16% from 255 or 45% from 340); Green value is 86 (33.98% from 255 or 25.29% from 340); Blue value is 101 (39.84% from 255 or 29.71% from 340); Max value from RGB is 153 - color contains mainly: red. Hex color #995665 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995665 is #66A99A. Grayscale: #6B6B6B. Windows color (decimal): -6728091 or 6641305. OLE color: 6641305.

HSL color Cylindrical-coordinate representation of color #995665: hue angle of 346.57º 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 #995665 is Cyan = 0, Magento = 0.44, Yellow = 0.34 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 86 101 -
CMYK 0 0.44 0.34 0.4
HSL 346.57º 0.28% 0.47% -
HSV(B) 346.57º 0.44% 0.6% -
XYZ 18.81 14.37 14.09 -
YUV 107.74 124.2 160.28 -
System Red Green Blue C M Y K H S L
Decimal 153 86 101 0 0.44 0.34 0.4 346.57 0.28 0.47
Hex 99 56 65 0 2C 22 28 15B 1C 2F
Octal 231 126 145 0 54 42 50 533 34 57
Binary 10011001 1010110 1100101 0 101100 100010 101000 101011011 11100 101111

Color Harmonies of #995665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995665

Black with #995665

Text Example


Text Example

White with #995665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995665; }

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

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

background-color css

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

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

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

border-color css

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

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

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