#996061

Color #996061 Vin Rouge (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vin Rouge #996061

Tints of Vin Rouge #996061

Color information

#996061 (or 0x996061) is unknown color: approx 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

RGB1539697-
CMYK00.370.370.4
HSL358.95º22.89%48.82%-
HSV(B)358.95º37.25%60%-
XYZ19.481613.37-
YUV113.16118.88156.42-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.37
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153969700.370.370.4358.9522.8948.82
Hex99606102525281671731
Octal23114014104545505472761
Binary1001100111000001100001010010110010110100010110011110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>