#6A3047

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

Shades of Tawny Port #6A3047

Tints of Tawny Port #6A3047

Color information

#6A3047 (or 0x6A3047) is unknown color: approx Tawny Port. HEX triplet: 6A, 30 and 47. RGB value is (106,48,71). Sum of RGB (Red+Green+Blue) = 106+48+71=225 (29% of max value = 765). Red value is 106 (41.80% from 255 or 47.11% from 225); Green value is 48 (19.14% from 255 or 21.33% from 225); Blue value is 71 (28.12% from 255 or 31.56% from 225); Max value from RGB is 106 - color contains mainly: red. Hex color #6A3047 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A3047 is #95CFB8. Grayscale: #434343. Windows color (decimal): -9818041 or 4665450. OLE color: 4665450.

HSL color Cylindrical-coordinate representation of color #6A3047: hue angle of 336.21º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6A3047 is Cyan = 0, Magento = 0.55, Yellow = 0.33 and Black (K on CMYK) = 0.58.

Color convert

RGB1064871-
CMYK00.550.330.58
HSL336.21º37.66%30.2%-
HSV(B)336.21º54.72%41.57%-
XYZ8.145.636.62-
YUV67.96129.72155.13-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 47.11%
GREEN value IS 48 (19.14% from 255) = 21.33%
BLUE value IS 71 (28.12% from 255) = 31.56%
R=47.11%
G=21.33%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.33
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106487100.550.330.58336.2137.6630.2
Hex6A3047037213A150261e
Octal1526010706741725204636
Binary11010101100001000111011011110000111101010101000010011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A3047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,48,71); }

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

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

 a { background-color: rgb(106,48,71); }

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

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

 span { border-color: rgb(106,48,71); }

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