#6E3845

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

Shades of Tawny Port #6E3845

Tints of Tawny Port #6E3845

Color information

#6E3845 (or 0x6E3845) is unknown color: approx Tawny Port. HEX triplet: 6E, 38 and 45. RGB value is (110,56,69). Sum of RGB (Red+Green+Blue) = 110+56+69=235 (31% of max value = 765). Red value is 110 (43.36% from 255 or 46.81% from 235); Green value is 56 (22.27% from 255 or 23.83% from 235); Blue value is 69 (27.34% from 255 or 29.36% from 235); Max value from RGB is 110 - color contains mainly: red. Hex color #6E3845 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E3845 is #91C7BA. Grayscale: #494949. Windows color (decimal): -9553851 or 4536430. OLE color: 4536430.

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

Color convert

RGB1105669-
CMYK00.490.370.57
HSL345.56º32.53%32.55%-
HSV(B)345.56º49.09%43.14%-
XYZ8.926.576.43-
YUV73.63125.39153.94-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 46.81%
GREEN value IS 56 (22.27% from 255) = 23.83%
BLUE value IS 69 (27.34% from 255) = 29.36%
R=46.81%
G=23.83%
B=29.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.37
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110566900.490.370.57345.5632.5332.55
Hex6E3845031253915a2121
Octal1567010506145715324141
Binary110111011100010001010110001100101111001101011010100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E3845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,56,69); }

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

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

 a { background-color: rgb(110,56,69); }

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

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

 span { border-color: rgb(110,56,69); }

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