#613A48

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

Shades of Tawny Port #613A48

Tints of Tawny Port #613A48

Color information

#613A48 (or 0x613A48) is unknown color: approx Tawny Port. HEX triplet: 61, 3A and 48. RGB value is (97,58,72). Sum of RGB (Red+Green+Blue) = 97+58+72=227 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.73% from 227); Green value is 58 (23.05% from 255 or 25.55% from 227); Blue value is 72 (28.52% from 255 or 31.72% from 227); Max value from RGB is 97 - color contains mainly: red. Hex color #613A48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613A48 is #9EC5B7. Grayscale: #474747. Windows color (decimal): -10405304 or 4733537. OLE color: 4733537.

HSL color Cylindrical-coordinate representation of color #613A48: hue angle of 338.46º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #613A48 is Cyan = 0, Magento = 0.40, Yellow = 0.26 and Black (K on CMYK) = 0.62.

Color convert

RGB975872-
CMYK00.400.260.62
HSL338.46º25.16%30.39%-
HSV(B)338.46º40.21%38.04%-
XYZ7.616.046.89-
YUV71.26128.42146.36-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 42.73%
GREEN value IS 58 (23.05% from 255) = 25.55%
BLUE value IS 72 (28.52% from 255) = 31.72%
R=42.73%
G=25.55%
B=31.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.26
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97587200.400.260.62338.4625.1630.39
Hex613A480281A3E152191e
Octal1417211005032765223136
Binary110000111101010010000101000110101111101010100101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,58,72); }

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

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

 a { background-color: rgb(97,58,72); }

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

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

 span { border-color: rgb(97,58,72); }

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