#6A3F48

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

Shades of Tawny Port #6A3F48

Tints of Tawny Port #6A3F48

Color information

#6A3F48 (or 0x6A3F48) is unknown color: approx Tawny Port. HEX triplet: 6A, 3F and 48. RGB value is (106,63,72). Sum of RGB (Red+Green+Blue) = 106+63+72=241 (31% of max value = 765). Red value is 106 (41.80% from 255 or 43.98% from 241); Green value is 63 (25% from 255 or 26.14% from 241); Blue value is 72 (28.52% from 255 or 29.88% from 241); Max value from RGB is 106 - color contains mainly: red. Hex color #6A3F48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A3F48 is #95C0B7. Grayscale: #4C4C4C. Windows color (decimal): -9814200 or 4734826. OLE color: 4734826.

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

Color convert

RGB1066372-
CMYK00.410.320.58
HSL347.44º25.44%33.14%-
HSV(B)347.44º40.57%41.57%-
XYZ8.897.097.03-
YUV76.88125.25148.77-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 43.98%
GREEN value IS 63 (25% from 255) = 26.14%
BLUE value IS 72 (28.52% from 255) = 29.88%
R=43.98%
G=26.14%
B=29.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.32
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106637200.410.320.58347.4425.4433.14
Hex6A3F48029203A15b1921
Octal1527711005140725333141
Binary11010101111111001000010100110000011101010101101111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A3F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,63,72); }

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

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

 a { background-color: rgb(106,63,72); }

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

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

 span { border-color: rgb(106,63,72); }

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