#6A404E

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

Shades of Tawny Port #6A404E

Tints of Tawny Port #6A404E

Color information

#6A404E (or 0x6A404E) is unknown color: approx Tawny Port. HEX triplet: 6A, 40 and 4E. RGB value is (106,64,78). Sum of RGB (Red+Green+Blue) = 106+64+78=248 (32% of max value = 765). Red value is 106 (41.80% from 255 or 42.74% from 248); Green value is 64 (25.39% from 255 or 25.81% from 248); Blue value is 78 (30.86% from 255 or 31.45% from 248); Max value from RGB is 106 - color contains mainly: red. Hex color #6A404E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A404E is #95BFB1. Grayscale: #4E4E4E. Windows color (decimal): -9813938 or 5128298. OLE color: 5128298.

HSL color Cylindrical-coordinate representation of color #6A404E: hue angle of 340º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6A404E is Cyan = 0, Magento = 0.40, Yellow = 0.26 and Black (K on CMYK) = 0.58.

Color convert

RGB1066478-
CMYK00.400.260.58
HSL340º24.71%33.33%-
HSV(B)340º39.62%41.57%-
XYZ9.157.288.13-
YUV78.15127.91147.86-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 42.74%
GREEN value IS 64 (25.39% from 255) = 25.81%
BLUE value IS 78 (30.86% from 255) = 31.45%
R=42.74%
G=25.81%
B=31.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.26
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106647800.400.260.5834024.7133.33
Hex6A404E0281A3A1541921
Octal15210011605032725243141
Binary11010101000000100111001010001101011101010101010011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A404E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,64,78); }

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

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

 a { background-color: rgb(106,64,78); }

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

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

 span { border-color: rgb(106,64,78); }

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