Html Css Color HEX #995668 Vin Rouge

📋 copy color: '#995668'

red 153 ◦ green 86 ◦ blue 104

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

Shades of Vin Rouge #995668

Tints of Vin Rouge #995668

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 30.32%

R = 44.61%
G = 25.07%
B = 30.32%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.32

 K value IS 0.4

RGB Variations

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

Color information

#995668 (or 0x995668) is known color: Vin Rouge. HEX triplet: 99, 56 and 68. RGB value is (153,86,104). Sum of RGB (Red+Green+Blue) = 153+86+104=343 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.61% from 343); Green value is 86 (33.98% from 255 or 25.07% from 343); Blue value is 104 (41.02% from 255 or 30.32% from 343); Max value from RGB is 153 - color contains mainly: red. Hex color #995668 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995668 is #66A997. Grayscale: #6C6C6C. Windows color (decimal): -6728088 or 6837913. OLE color: 6837913.

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

Color convert

RGB 153 86 104 -
CMYK 0 0.44 0.32 0.4
HSL 343.88º 0.28% 0.47% -
HSV(B) 343.88º 0.44% 0.6% -
XYZ 18.96 14.43 14.88 -
YUV 108.09 125.7 160.04 -
System Red Green Blue C M Y K H S L
Decimal 153 86 104 0 0.44 0.32 0.4 343.88 0.28 0.47
Hex 99 56 68 0 2C 20 28 158 1C 2F
Octal 231 126 150 0 54 40 50 530 34 57
Binary 10011001 1010110 1101000 0 101100 100000 101000 101011000 11100 101111

Color Harmonies of #995668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995668

Black with #995668

Text Example


Text Example

White with #995668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995668; }

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

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

background-color css

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

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

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

border-color css

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

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

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