#6A3349

Color #6A3349 Tawny Port (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tawny Port #6A3349

Tints of Tawny Port #6A3349

Color information

#6A3349 (or 0x6A3349) is unknown color: approx Tawny Port. HEX triplet: 6A, 33 and 49. RGB value is (106,51,73). Sum of RGB (Red+Green+Blue) = 106+51+73=230 (30% of max value = 765). Red value is 106 (41.80% from 255 or 46.09% from 230); Green value is 51 (20.31% from 255 or 22.17% from 230); Blue value is 73 (28.91% from 255 or 31.74% from 230); Max value from RGB is 106 - color contains mainly: red. Hex color #6A3349 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A3349 is #95CCB6. Grayscale: #454545. Windows color (decimal): -9817271 or 4797290. OLE color: 4797290.

HSL color Cylindrical-coordinate representation of color #6A3349: hue angle of 336º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6A3349 is Cyan = 0, Magento = 0.52, Yellow = 0.31 and Black (K on CMYK) = 0.58.

Color convert

RGB1065173-
CMYK00.520.310.58
HSL336º35.03%30.78%-
HSV(B)336º51.89%41.57%-
XYZ8.335.917.01-
YUV69.95129.72153.71-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 46.09%
GREEN value IS 51 (20.31% from 255) = 22.17%
BLUE value IS 73 (28.91% from 255) = 31.74%
R=46.09%
G=22.17%
B=31.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.31
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106517300.520.310.5833635.0330.78
Hex6A33490341F3A150231f
Octal1526311106437725204337
Binary1101010110011100100101101001111111101010101000010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A3349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6A3349; }

 p { color: rgb(106,51,73); }

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

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

 a { background-color: rgb(106,51,73); }

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

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

 span { border-color: rgb(106,51,73); }

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