#613A4E

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

Shades of Tawny Port #613A4E

Tints of Tawny Port #613A4E

Color information

#613A4E (or 0x613A4E) is unknown color: approx Tawny Port. HEX triplet: 61, 3A and 4E. RGB value is (97,58,78). Sum of RGB (Red+Green+Blue) = 97+58+78=233 (30% of max value = 765). Red value is 97 (38.28% from 255 or 41.63% from 233); Green value is 58 (23.05% from 255 or 24.89% from 233); Blue value is 78 (30.86% from 255 or 33.48% from 233); Max value from RGB is 97 - color contains mainly: red. Hex color #613A4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613A4E is #9EC5B1. Grayscale: #474747. Windows color (decimal): -10405298 or 5126753. OLE color: 5126753.

HSL color Cylindrical-coordinate representation of color #613A4E: hue angle of 329.23º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #613A4E is Cyan = 0, Magento = 0.40, Yellow = 0.20 and Black (K on CMYK) = 0.62.

Color convert

RGB975878-
CMYK00.400.200.62
HSL329.23º25.16%30.39%-
HSV(B)329.23º40.21%38.04%-
XYZ7.826.127.98-
YUV71.94131.42145.87-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 41.63%
GREEN value IS 58 (23.05% from 255) = 24.89%
BLUE value IS 78 (30.86% from 255) = 33.48%
R=41.63%
G=24.89%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.20
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97587800.400.200.62329.2325.1630.39
Hex613A4E028143E149191e
Octal1417211605024765113136
Binary110000111101010011100101000101001111101010010011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,58,78); }

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

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

 a { background-color: rgb(97,58,78); }

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

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

 span { border-color: rgb(97,58,78); }

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