#6A3E4D

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

Shades of Tawny Port #6A3E4D

Tints of Tawny Port #6A3E4D

Color information

#6A3E4D (or 0x6A3E4D) is unknown color: approx Tawny Port. HEX triplet: 6A, 3E and 4D. RGB value is (106,62,77). Sum of RGB (Red+Green+Blue) = 106+62+77=245 (32% of max value = 765). Red value is 106 (41.80% from 255 or 43.27% from 245); Green value is 62 (24.61% from 255 or 25.31% from 245); Blue value is 77 (30.47% from 255 or 31.43% from 245); Max value from RGB is 106 - color contains mainly: red. Hex color #6A3E4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A3E4D is #95C1B2. Grayscale: #4C4C4C. Windows color (decimal): -9814451 or 5062250. OLE color: 5062250.

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

Color convert

RGB1066277-
CMYK00.420.270.58
HSL339.55º26.19%32.94%-
HSV(B)339.55º41.51%41.57%-
XYZ9.017.057.91-
YUV76.87128.08148.78-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 43.27%
GREEN value IS 62 (24.61% from 255) = 25.31%
BLUE value IS 77 (30.47% from 255) = 31.43%
R=43.27%
G=25.31%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.27
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106627700.420.270.58339.5526.1932.94
Hex6A3E4D02A1B3A1541a21
Octal1527611505233725243241
Binary1101010111110100110101010101101111101010101010011010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A3E4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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