#99566A

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

Shades of Vin Rouge #99566A

Tints of Vin Rouge #99566A

Color information

#99566A (or 0x99566A) is unknown color: approx Vin Rouge. HEX triplet: 99, 56 and 6A. RGB value is (153,86,106). Sum of RGB (Red+Green+Blue) = 153+86+106=345 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.35% from 345); Green value is 86 (33.98% from 255 or 24.93% from 345); Blue value is 106 (41.80% from 255 or 30.72% from 345); Max value from RGB is 153 - color contains mainly: red. Hex color #99566A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99566A is #66A995. Grayscale: #6C6C6C. Windows color (decimal): -6728086 or 6968985. OLE color: 6968985.

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

Color convert

RGB15386106-
CMYK00.440.310.4
HSL342.09º28.03%46.86%-
HSV(B)342.09º43.79%60%-
XYZ19.0714.4715.42-
YUV108.31126.7159.87-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 44.35%
GREEN value IS 86 (33.98% from 255) = 24.93%
BLUE value IS 106 (41.80% from 255) = 30.72%
R=44.35%
G=24.93%
B=30.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.31
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1538610600.440.310.4342.0928.0346.86
Hex99566A02C1F281561c2f
Octal23112615205437505263457
Binary100110011010110110101001011001111110100010101011011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99566A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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