#6A404D

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

Shades of Tawny Port #6A404D

Tints of Tawny Port #6A404D

Color information

#6A404D (or 0x6A404D) is unknown color: approx Tawny Port. HEX triplet: 6A, 40 and 4D. RGB value is (106,64,77). Sum of RGB (Red+Green+Blue) = 106+64+77=247 (32% of max value = 765). Red value is 106 (41.80% from 255 or 42.91% from 247); Green value is 64 (25.39% from 255 or 25.91% from 247); Blue value is 77 (30.47% from 255 or 31.17% from 247); Max value from RGB is 106 - color contains mainly: red. Hex color #6A404D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A404D is #95BFB2. Grayscale: #4E4E4E. Windows color (decimal): -9813939 or 5062762. OLE color: 5062762.

HSL color Cylindrical-coordinate representation of color #6A404D: hue angle of 341.43º 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 #6A404D is Cyan = 0, Magento = 0.40, Yellow = 0.27 and Black (K on CMYK) = 0.58.

Color convert

RGB1066477-
CMYK00.400.270.58
HSL341.43º24.71%33.33%-
HSV(B)341.43º39.62%41.57%-
XYZ9.127.277.94-
YUV78.04127.41147.94-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 42.91%
GREEN value IS 64 (25.39% from 255) = 25.91%
BLUE value IS 77 (30.47% from 255) = 31.17%
R=42.91%
G=25.91%
B=31.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.27
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106647700.400.270.58341.4324.7133.33
Hex6A404D0281B3A1551921
Octal15210011505033725253141
Binary11010101000000100110101010001101111101010101010111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A404D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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