#613541

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

Shades of Tawny Port #613541

Tints of Tawny Port #613541

Color information

#613541 (or 0x613541) is unknown color: approx Tawny Port. HEX triplet: 61, 35 and 41. RGB value is (97,53,65). Sum of RGB (Red+Green+Blue) = 97+53+65=215 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.12% from 215); Green value is 53 (21.09% from 255 or 24.65% from 215); Blue value is 65 (25.78% from 255 or 30.23% from 215); Max value from RGB is 97 - color contains mainly: red. Hex color #613541 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613541 is #9ECABE. Grayscale: #434343. Windows color (decimal): -10406591 or 4273505. OLE color: 4273505.

HSL color Cylindrical-coordinate representation of color #613541: hue angle of 343.64º 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 #613541 is Cyan = 0, Magento = 0.45, Yellow = 0.33 and Black (K on CMYK) = 0.62.

Color convert

RGB975365-
CMYK00.450.330.62
HSL343.64º29.33%29.41%-
HSV(B)343.64º45.36%38.04%-
XYZ7.165.475.68-
YUV67.52126.58149.02-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 45.12%
GREEN value IS 53 (21.09% from 255) = 24.65%
BLUE value IS 65 (25.78% from 255) = 30.23%
R=45.12%
G=24.65%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.33
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97536500.450.330.62343.6429.3329.41
Hex61354102D213E1581d1d
Octal1416510105541765303535
Binary1100001110101100000101011011000011111101010110001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613541; }

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

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

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

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

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

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

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

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