#6A394D

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

Shades of Tawny Port #6A394D

Tints of Tawny Port #6A394D

Color information

#6A394D (or 0x6A394D) is unknown color: approx Tawny Port. HEX triplet: 6A, 39 and 4D. RGB value is (106,57,77). Sum of RGB (Red+Green+Blue) = 106+57+77=240 (31% of max value = 765). Red value is 106 (41.80% from 255 or 44.17% from 240); Green value is 57 (22.66% from 255 or 23.75% from 240); Blue value is 77 (30.47% from 255 or 32.08% from 240); Max value from RGB is 106 - color contains mainly: red. Hex color #6A394D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A394D is #95C6B2. Grayscale: #494949. Windows color (decimal): -9815731 or 5060970. OLE color: 5060970.

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

Color convert

RGB1065777-
CMYK00.460.270.58
HSL335.51º30.06%31.96%-
HSV(B)335.51º46.23%41.57%-
XYZ8.756.537.82-
YUV73.93129.73150.87-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 44.17%
GREEN value IS 57 (22.66% from 255) = 23.75%
BLUE value IS 77 (30.47% from 255) = 32.08%
R=44.17%
G=23.75%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.27
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106577700.460.270.58335.5130.0631.96
Hex6A394D02E1B3A1501e20
Octal1527111505633725203640
Binary1101010111001100110101011101101111101010101000011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A394D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,57,77); }

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

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

 a { background-color: rgb(106,57,77); }

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

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

 span { border-color: rgb(106,57,77); }

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