#613140

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

Shades of Tawny Port #613140

Tints of Tawny Port #613140

Color information

#613140 (or 0x613140) is unknown color: approx Tawny Port. HEX triplet: 61, 31 and 40. RGB value is (97,49,64). Sum of RGB (Red+Green+Blue) = 97+49+64=210 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.19% from 210); Green value is 49 (19.53% from 255 or 23.33% from 210); Blue value is 64 (25.39% from 255 or 30.48% from 210); Max value from RGB is 97 - color contains mainly: red. Hex color #613140 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613140 is #9ECEBF. Grayscale: #414141. Windows color (decimal): -10407616 or 4206945. OLE color: 4206945.

HSL color Cylindrical-coordinate representation of color #613140: hue angle of 341.25º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #613140 is Cyan = 0, Magento = 0.49, Yellow = 0.34 and Black (K on CMYK) = 0.62.

Color convert

RGB974964-
CMYK00.490.340.62
HSL341.25º32.88%28.63%-
HSV(B)341.25º49.48%38.04%-
XYZ6.955.115.47-
YUV65.06127.4150.78-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 46.19%
GREEN value IS 49 (19.53% from 255) = 23.33%
BLUE value IS 64 (25.39% from 255) = 30.48%
R=46.19%
G=23.33%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.34
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97496400.490.340.62341.2532.8828.63
Hex613140031223E155211d
Octal1416110006142765254135
Binary11000011100011000000011000110001011111010101010110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613140; }

 p { color: rgb(97,49,64); }

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

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

 a { background-color: rgb(97,49,64); }

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

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

 span { border-color: rgb(97,49,64); }

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