#6E3A4B

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

Shades of Tawny Port #6E3A4B

Tints of Tawny Port #6E3A4B

Color information

#6E3A4B (or 0x6E3A4B) is unknown color: approx Tawny Port. HEX triplet: 6E, 3A and 4B. RGB value is (110,58,75). Sum of RGB (Red+Green+Blue) = 110+58+75=243 (32% of max value = 765). Red value is 110 (43.36% from 255 or 45.27% from 243); Green value is 58 (23.05% from 255 or 23.87% from 243); Blue value is 75 (29.69% from 255 or 30.86% from 243); Max value from RGB is 110 - color contains mainly: red. Hex color #6E3A4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E3A4B is #91C5B4. Grayscale: #4B4B4B. Windows color (decimal): -9553333 or 4930158. OLE color: 4930158.

HSL color Cylindrical-coordinate representation of color #6E3A4B: hue angle of 340.38º 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 #6E3A4B is Cyan = 0, Magento = 0.47, Yellow = 0.32 and Black (K on CMYK) = 0.57.

Color convert

RGB1105875-
CMYK00.470.320.57
HSL340.38º30.95%32.94%-
HSV(B)340.38º47.27%43.14%-
XYZ9.216.857.49-
YUV75.49127.73152.62-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 45.27%
GREEN value IS 58 (23.05% from 255) = 23.87%
BLUE value IS 75 (29.69% from 255) = 30.86%
R=45.27%
G=23.87%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.32
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110587500.470.320.57340.3830.9532.94
Hex6E3A4B02F20391541f21
Octal1567211305740715243741
Binary11011101110101001011010111110000011100110101010011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E3A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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