#613F4C

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

Shades of Tawny Port #613F4C

Tints of Tawny Port #613F4C

Color information

#613F4C (or 0x613F4C) is unknown color: approx Tawny Port. HEX triplet: 61, 3F and 4C. RGB value is (97,63,76). Sum of RGB (Red+Green+Blue) = 97+63+76=236 (31% of max value = 765). Red value is 97 (38.28% from 255 or 41.10% from 236); Green value is 63 (25% from 255 or 26.69% from 236); Blue value is 76 (30.08% from 255 or 32.20% from 236); Max value from RGB is 97 - color contains mainly: red. Hex color #613F4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613F4C is #9EC0B3. Grayscale: #4A4A4A. Windows color (decimal): -10404020 or 4996961. OLE color: 4996961.

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

Color convert

RGB976376-
CMYK00.350.220.62
HSL337.06º21.25%31.37%-
HSV(B)337.06º35.05%38.04%-
XYZ8.016.627.69-
YUV74.65128.76143.94-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 41.10%
GREEN value IS 63 (25% from 255) = 26.69%
BLUE value IS 76 (30.08% from 255) = 32.20%
R=41.10%
G=26.69%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.22
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97637600.350.220.62337.0621.2531.37
Hex613F4C023163E151151f
Octal1417711404326765212537
Binary110000111111110011000100011101101111101010100011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613F4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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