#6A3746

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

Shades of Tawny Port #6A3746

Tints of Tawny Port #6A3746

Color information

#6A3746 (or 0x6A3746) is unknown color: approx Tawny Port. HEX triplet: 6A, 37 and 46. RGB value is (106,55,70). Sum of RGB (Red+Green+Blue) = 106+55+70=231 (30% of max value = 765). Red value is 106 (41.80% from 255 or 45.89% from 231); Green value is 55 (21.88% from 255 or 23.81% from 231); Blue value is 70 (27.73% from 255 or 30.30% from 231); Max value from RGB is 106 - color contains mainly: red. Hex color #6A3746 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A3746 is #95C8B9. Grayscale: #474747. Windows color (decimal): -9816250 or 4601706. OLE color: 4601706.

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

Color convert

RGB1065570-
CMYK00.480.340.58
HSL342.35º31.68%31.57%-
HSV(B)342.35º48.11%41.57%-
XYZ8.426.246.56-
YUV71.96126.9152.28-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 45.89%
GREEN value IS 55 (21.88% from 255) = 23.81%
BLUE value IS 70 (27.73% from 255) = 30.30%
R=45.89%
G=23.81%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.34
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106557000.480.340.58342.3531.6831.57
Hex6A3746030223A1562020
Octal1526710606042725264040
Binary110101011011110001100110000100010111010101010110100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A3746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,55,70); }

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

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

 a { background-color: rgb(106,55,70); }

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

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

 span { border-color: rgb(106,55,70); }

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