#613A46

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

Shades of Tawny Port #613A46

Tints of Tawny Port #613A46

Color information

#613A46 (or 0x613A46) is unknown color: approx Tawny Port. HEX triplet: 61, 3A and 46. RGB value is (97,58,70). Sum of RGB (Red+Green+Blue) = 97+58+70=225 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.11% from 225); Green value is 58 (23.05% from 255 or 25.78% from 225); Blue value is 70 (27.73% from 255 or 31.11% from 225); Max value from RGB is 97 - color contains mainly: red. Hex color #613A46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613A46 is #9EC5B9. Grayscale: #474747. Windows color (decimal): -10405306 or 4602465. OLE color: 4602465.

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

Color convert

RGB975870-
CMYK00.400.280.62
HSL341.54º25.16%30.39%-
HSV(B)341.54º40.21%38.04%-
XYZ7.556.016.56-
YUV71.03127.42146.52-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 43.11%
GREEN value IS 58 (23.05% from 255) = 25.78%
BLUE value IS 70 (27.73% from 255) = 31.11%
R=43.11%
G=25.78%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.28
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97587000.400.280.62341.5425.1630.39
Hex613A460281C3E156191e
Octal1417210605034765263136
Binary110000111101010001100101000111001111101010101101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613A46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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