#6A404C

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

Shades of Tawny Port #6A404C

Tints of Tawny Port #6A404C

Color information

#6A404C (or 0x6A404C) is unknown color: approx Tawny Port. HEX triplet: 6A, 40 and 4C. RGB value is (106,64,76). Sum of RGB (Red+Green+Blue) = 106+64+76=246 (32% of max value = 765). Red value is 106 (41.80% from 255 or 43.09% from 246); Green value is 64 (25.39% from 255 or 26.02% from 246); Blue value is 76 (30.08% from 255 or 30.89% from 246); Max value from RGB is 106 - color contains mainly: red. Hex color #6A404C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A404C is #95BFB3. Grayscale: #4D4D4D. Windows color (decimal): -9813940 or 4997226. OLE color: 4997226.

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

Color convert

RGB1066476-
CMYK00.400.280.58
HSL342.86º24.71%33.33%-
HSV(B)342.86º39.62%41.57%-
XYZ9.087.257.76-
YUV77.93126.91148.02-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 43.09%
GREEN value IS 64 (25.39% from 255) = 26.02%
BLUE value IS 76 (30.08% from 255) = 30.89%
R=43.09%
G=26.02%
B=30.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.28
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106647600.400.280.58342.8624.7133.33
Hex6A404C0281C3A1571921
Octal15210011405034725273141
Binary11010101000000100110001010001110011101010101011111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A404C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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