#6E3A48

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

Shades of Tawny Port #6E3A48

Tints of Tawny Port #6E3A48

Color information

#6E3A48 (or 0x6E3A48) is unknown color: approx Tawny Port. HEX triplet: 6E, 3A and 48. RGB value is (110,58,72). Sum of RGB (Red+Green+Blue) = 110+58+72=240 (31% of max value = 765). Red value is 110 (43.36% from 255 or 45.83% from 240); Green value is 58 (23.05% from 255 or 24.17% from 240); Blue value is 72 (28.52% from 255 or 30% from 240); Max value from RGB is 110 - color contains mainly: red. Hex color #6E3A48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E3A48 is #91C5B7. Grayscale: #4B4B4B. Windows color (decimal): -9553336 or 4733550. OLE color: 4733550.

HSL color Cylindrical-coordinate representation of color #6E3A48: hue angle of 343.85º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6E3A48 is Cyan = 0, Magento = 0.47, Yellow = 0.35 and Black (K on CMYK) = 0.57.

Color convert

RGB1105872-
CMYK00.470.350.57
HSL343.85º30.95%32.94%-
HSV(B)343.85º47.27%43.14%-
XYZ9.116.816.96-
YUV75.14126.23152.86-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 45.83%
GREEN value IS 58 (23.05% from 255) = 24.17%
BLUE value IS 72 (28.52% from 255) = 30%
R=45.83%
G=24.17%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.35
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110587200.470.350.57343.8530.9532.94
Hex6E3A4802F23391581f21
Octal1567211005743715303741
Binary11011101110101001000010111110001111100110101100011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E3A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,58,72); }

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

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

 a { background-color: rgb(110,58,72); }

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

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

 span { border-color: rgb(110,58,72); }

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