Html Css Color HEX #995662 Vin Rouge

📋 copy color: '#995662'

red 153 ◦ green 86 ◦ blue 98

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

Shades of Vin Rouge #995662

Tints of Vin Rouge #995662

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 29.08%

R = 45.4%
G = 25.52%
B = 29.08%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.36

 K value IS 0.4

RGB Variations

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

Color information

#995662 (or 0x995662) is known color: Vin Rouge. HEX triplet: 99, 56 and 62. RGB value is (153,86,98). Sum of RGB (Red+Green+Blue) = 153+86+98=337 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.40% from 337); Green value is 86 (33.98% from 255 or 25.52% from 337); Blue value is 98 (38.67% from 255 or 29.08% from 337); Max value from RGB is 153 - color contains mainly: red. Hex color #995662 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995662 is #66A99D. Grayscale: #6B6B6B. Windows color (decimal): -6728094 or 6444697. OLE color: 6444697.

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

Color convert

RGB 153 86 98 -
CMYK 0 0.44 0.36 0.4
HSL 349.25º 0.28% 0.47% -
HSV(B) 349.25º 0.44% 0.6% -
XYZ 18.67 14.31 13.33 -
YUV 107.4 122.7 160.52 -
System Red Green Blue C M Y K H S L
Decimal 153 86 98 0 0.44 0.36 0.4 349.25 0.28 0.47
Hex 99 56 62 0 2C 24 28 15D 1C 2F
Octal 231 126 142 0 54 44 50 535 34 57
Binary 10011001 1010110 1100010 0 101100 100100 101000 101011101 11100 101111

Color Harmonies of #995662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995662

Black with #995662

Text Example


Text Example

White with #995662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995662; }

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

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

background-color css

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

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

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

border-color css

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

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

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