#613548

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

Shades of Tawny Port #613548

Tints of Tawny Port #613548

Color information

#613548 (or 0x613548) is unknown color: approx Tawny Port. HEX triplet: 61, 35 and 48. RGB value is (97,53,72). Sum of RGB (Red+Green+Blue) = 97+53+72=222 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.69% from 222); Green value is 53 (21.09% from 255 or 23.87% from 222); Blue value is 72 (28.52% from 255 or 32.43% from 222); Max value from RGB is 97 - color contains mainly: red. Hex color #613548 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613548 is #9ECAB7. Grayscale: #444444. Windows color (decimal): -10406584 or 4732257. OLE color: 4732257.

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

Color convert

RGB975372-
CMYK00.450.260.62
HSL334.09º29.33%29.41%-
HSV(B)334.09º45.36%38.04%-
XYZ7.375.566.81-
YUV68.32130.08148.46-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 43.69%
GREEN value IS 53 (21.09% from 255) = 23.87%
BLUE value IS 72 (28.52% from 255) = 32.43%
R=43.69%
G=23.87%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.26
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97537200.450.260.62334.0929.3329.41
Hex61354802D1A3E14e1d1d
Octal1416511005532765163535
Binary110000111010110010000101101110101111101010011101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613548; }

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

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

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

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

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

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

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

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