#613E49

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

Shades of Tawny Port #613E49

Tints of Tawny Port #613E49

Color information

#613E49 (or 0x613E49) is unknown color: approx Tawny Port. HEX triplet: 61, 3E and 49. RGB value is (97,62,73). Sum of RGB (Red+Green+Blue) = 97+62+73=232 (30% of max value = 765). Red value is 97 (38.28% from 255 or 41.81% from 232); Green value is 62 (24.61% from 255 or 26.72% from 232); Blue value is 73 (28.91% from 255 or 31.47% from 232); Max value from RGB is 97 - color contains mainly: red. Hex color #613E49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613E49 is #9EC1B6. Grayscale: #494949. Windows color (decimal): -10404279 or 4800097. OLE color: 4800097.

HSL color Cylindrical-coordinate representation of color #613E49: hue angle of 341.14º degrees, saturation: 0.22, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #613E49 is Cyan = 0, Magento = 0.36, Yellow = 0.25 and Black (K on CMYK) = 0.62.

Color convert

RGB976273-
CMYK00.360.250.62
HSL341.14º22.01%31.18%-
HSV(B)341.14º36.08%38.04%-
XYZ7.856.477.14-
YUV73.72127.6144.61-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 41.81%
GREEN value IS 62 (24.61% from 255) = 26.72%
BLUE value IS 73 (28.91% from 255) = 31.47%
R=41.81%
G=26.72%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.25
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97627300.360.250.62341.1422.0131.18
Hex613E49024193E155161f
Octal1417611104431765252637
Binary110000111111010010010100100110011111101010101011011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613E49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613E49; }

 p { color: rgb(97,62,73); }

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

<style>
 a { background-color: #613E49; }

 a { background-color: rgb(97,62,73); }

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

<style>
 span { border-color: #613E49; }

 span { border-color: rgb(97,62,73); }

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