#613F45

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

Shades of Tawny Port #613F45

Tints of Tawny Port #613F45

Color information

#613F45 (or 0x613F45) is unknown color: approx Tawny Port. HEX triplet: 61, 3F and 45. RGB value is (97,63,69). Sum of RGB (Red+Green+Blue) = 97+63+69=229 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.36% from 229); Green value is 63 (25% from 255 or 27.51% from 229); Blue value is 69 (27.34% from 255 or 30.13% from 229); Max value from RGB is 97 - color contains mainly: red. Hex color #613F45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613F45 is #9EC0BA. Grayscale: #494949. Windows color (decimal): -10404027 or 4538209. OLE color: 4538209.

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

Color convert

RGB976369-
CMYK00.350.290.62
HSL349.41º21.25%31.37%-
HSV(B)349.41º35.05%38.04%-
XYZ7.786.536.48-
YUV73.85125.26144.51-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 42.36%
GREEN value IS 63 (25% from 255) = 27.51%
BLUE value IS 69 (27.34% from 255) = 30.13%
R=42.36%
G=27.51%
B=30.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.29
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97636900.350.290.62349.4121.2531.37
Hex613F450231D3E15d151f
Octal1417710504335765352537
Binary110000111111110001010100011111011111101010111011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613F45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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