#613E45

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

Shades of Tawny Port #613E45

Tints of Tawny Port #613E45

Color information

#613E45 (or 0x613E45) is unknown color: approx Tawny Port. HEX triplet: 61, 3E and 45. RGB value is (97,62,69). Sum of RGB (Red+Green+Blue) = 97+62+69=228 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.54% from 228); Green value is 62 (24.61% from 255 or 27.19% from 228); Blue value is 69 (27.34% from 255 or 30.26% from 228); Max value from RGB is 97 - color contains mainly: red. Hex color #613E45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613E45 is #9EC1BA. Grayscale: #494949. Windows color (decimal): -10404283 or 4537953. OLE color: 4537953.

HSL color Cylindrical-coordinate representation of color #613E45: hue angle of 348º 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 #613E45 is Cyan = 0, Magento = 0.36, Yellow = 0.29 and Black (K on CMYK) = 0.62.

Color convert

RGB976269-
CMYK00.360.290.62
HSL348º22.01%31.18%-
HSV(B)348º36.08%38.04%-
XYZ7.736.426.46-
YUV73.26125.6144.93-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 42.54%
GREEN value IS 62 (24.61% from 255) = 27.19%
BLUE value IS 69 (27.34% from 255) = 30.26%
R=42.54%
G=27.19%
B=30.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.29
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97626900.360.290.6234822.0131.18
Hex613E450241D3E15c161f
Octal1417610504435765342637
Binary110000111111010001010100100111011111101010111001011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613E45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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