#613F4A

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

Shades of Tawny Port #613F4A

Tints of Tawny Port #613F4A

Color information

#613F4A (or 0x613F4A) is unknown color: approx Tawny Port. HEX triplet: 61, 3F and 4A. RGB value is (97,63,74). Sum of RGB (Red+Green+Blue) = 97+63+74=234 (30% of max value = 765). Red value is 97 (38.28% from 255 or 41.45% from 234); Green value is 63 (25% from 255 or 26.92% from 234); Blue value is 74 (29.30% from 255 or 31.62% from 234); Max value from RGB is 97 - color contains mainly: red. Hex color #613F4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613F4A is #9EC0B5. Grayscale: #4A4A4A. Windows color (decimal): -10404022 or 4865889. OLE color: 4865889.

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

Color convert

RGB976374-
CMYK00.350.240.62
HSL340.59º21.25%31.37%-
HSV(B)340.59º35.05%38.04%-
XYZ7.946.597.33-
YUV74.42127.76144.11-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 41.45%
GREEN value IS 63 (25% from 255) = 26.92%
BLUE value IS 74 (29.30% from 255) = 31.62%
R=41.45%
G=26.92%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.24
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97637400.350.240.62340.5921.2531.37
Hex613F4A023183E155151f
Octal1417711204330765252537
Binary110000111111110010100100011110001111101010101011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613F4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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