#6a3f47

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

Shades of Tawny Port #6A3F47

Tints of Tawny Port #6A3F47

Color information

#6A3F47 (or 0x6A3F47) is unknown color: approx Tawny Port. HEX triplet: 6A, 3F and 47. RGB value is (106,63,71). Sum of RGB (Red+Green+Blue) = 106+63+71=240 (31% of max value = 765). Red value is 106 (41.80% from 255 or 44.17% from 240); Green value is 63 (25% from 255 or 26.25% from 240); Blue value is 71 (28.12% from 255 or 29.58% from 240); Max value from RGB is 106 - color contains mainly: red. Hex color #6A3F47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A3F47 is #95C0B8. Grayscale: #4C4C4C. Windows color (decimal): -9814201 or 4669290. OLE color: 4669290.

HSL color Cylindrical-coordinate representation of color #6A3F47: hue angle of 348.84º 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 #6A3F47 is Cyan = 0, Magento = 0.41, Yellow = 0.33 and Black (K on CMYK) = 0.58.

Color convert

RGB1066371-
CMYK00.410.330.58
HSL348.84º25.44%33.14%-
HSV(B)348.84º40.57%41.57%-
XYZ8.867.076.86-
YUV76.77124.75148.85-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 44.17%
GREEN value IS 63 (25% from 255) = 26.25%
BLUE value IS 71 (28.12% from 255) = 29.58%
R=44.17%
G=26.25%
B=29.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.33
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106637100.410.330.58348.8425.4433.14
Hex6A3F47029213A15d1921
Octal1527710705141725353141
Binary11010101111111000111010100110000111101010101110111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6a3f47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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