Html Css Color HEX #996061 Vin Rouge

📋 copy color: '#996061'

red 153 ◦ green 96 ◦ blue 97

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

Shades of Vin Rouge #996061

Tints of Vin Rouge #996061

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.75%

 BLUE value IS 97 (38.28% from 255) = 28.03%

R = 44.22%
G = 27.75%
B = 28.03%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.37

 K value IS 0.4

RGB Variations

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

Color information

#996061 (or 0x996061) is known color: Vin Rouge. HEX triplet: 99, 60 and 61. RGB value is (153,96,97). Sum of RGB (Red+Green+Blue) = 153+96+97=346 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.22% from 346); Green value is 96 (37.89% from 255 or 27.75% from 346); Blue value is 97 (38.28% from 255 or 28.03% from 346); Max value from RGB is 153 - color contains mainly: red. Hex color #996061 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996061 is #669F9E. Grayscale: #717171. Windows color (decimal): -6725535 or 6381721. OLE color: 6381721.

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

Color convert

RGB 153 96 97 -
CMYK 0 0.37 0.37 0.4
HSL 358.95º 0.23% 0.49% -
HSV(B) 358.95º 0.37% 0.6% -
XYZ 19.48 16 13.37 -
YUV 113.16 118.88 156.42 -
System Red Green Blue C M Y K H S L
Decimal 153 96 97 0 0.37 0.37 0.4 358.95 0.23 0.49
Hex 99 60 61 0 25 25 28 167 17 31
Octal 231 140 141 0 45 45 50 547 27 61
Binary 10011001 1100000 1100001 0 100101 100101 101000 101100111 10111 110001

Color Harmonies of #996061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996061

Black with #996061

Text Example


Text Example

White with #996061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996061; }

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

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

background-color css

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

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

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

border-color css

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

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

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