#613E4C

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

Shades of Tawny Port #613E4C

Tints of Tawny Port #613E4C

Color information

#613E4C (or 0x613E4C) is unknown color: approx Tawny Port. HEX triplet: 61, 3E and 4C. RGB value is (97,62,76). Sum of RGB (Red+Green+Blue) = 97+62+76=235 (31% of max value = 765). Red value is 97 (38.28% from 255 or 41.28% from 235); Green value is 62 (24.61% from 255 or 26.38% from 235); Blue value is 76 (30.08% from 255 or 32.34% from 235); Max value from RGB is 97 - color contains mainly: red. Hex color #613E4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613E4C is #9EC1B3. Grayscale: #4A4A4A. Windows color (decimal): -10404276 or 4996705. OLE color: 4996705.

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

Color convert

RGB976276-
CMYK00.360.220.62
HSL336º22.01%31.18%-
HSV(B)336º36.08%38.04%-
XYZ7.966.517.67-
YUV74.06129.1144.36-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 41.28%
GREEN value IS 62 (24.61% from 255) = 26.38%
BLUE value IS 76 (30.08% from 255) = 32.34%
R=41.28%
G=26.38%
B=32.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.22
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97627600.360.220.6233622.0131.18
Hex613E4C024163E150161f
Octal1417611404426765202637
Binary110000111111010011000100100101101111101010100001011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613E4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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