#99566E

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

Shades of Vin Rouge #99566E

Tints of Vin Rouge #99566E

Color information

#99566E (or 0x99566E) is unknown color: approx Vin Rouge. HEX triplet: 99, 56 and 6E. RGB value is (153,86,110). Sum of RGB (Red+Green+Blue) = 153+86+110=349 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.84% from 349); Green value is 86 (33.98% from 255 or 24.64% from 349); Blue value is 110 (43.36% from 255 or 31.52% from 349); Max value from RGB is 153 - color contains mainly: red. Hex color #99566E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99566E is #66A991. Grayscale: #6C6C6C. Windows color (decimal): -6728082 or 7231129. OLE color: 7231129.

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

Color convert

RGB15386110-
CMYK00.440.280.4
HSL338.51º28.03%46.86%-
HSV(B)338.51º43.79%60%-
XYZ19.2814.5516.54-
YUV108.77128.7159.55-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 43.84%
GREEN value IS 86 (33.98% from 255) = 24.64%
BLUE value IS 110 (43.36% from 255) = 31.52%
R=43.84%
G=24.64%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.28
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1538611000.440.280.4338.5128.0346.86
Hex99566E02C1C281531c2f
Octal23112615605434505233457
Binary100110011010110110111001011001110010100010101001111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99566E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99566E; }

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

 H1.HeaderClassName
 {
   color: #99566E;
 }
 .AnyTagClassName
 {
   color: #99566E;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #99566E;
 }
 .BgClassName
 {
   background-color: #99566E;
 }
</style>
border-color css

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

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

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