#613A44

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

Shades of Tawny Port #613A44

Tints of Tawny Port #613A44

Color information

#613A44 (or 0x613A44) is unknown color: approx Tawny Port. HEX triplet: 61, 3A and 44. RGB value is (97,58,68). Sum of RGB (Red+Green+Blue) = 97+58+68=223 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.50% from 223); Green value is 58 (23.05% from 255 or 26.01% from 223); Blue value is 68 (26.95% from 255 or 30.49% from 223); Max value from RGB is 97 - color contains mainly: red. Hex color #613A44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613A44 is #9EC5BB. Grayscale: #464646. Windows color (decimal): -10405308 or 4471393. OLE color: 4471393.

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

Color convert

RGB975868-
CMYK00.400.300.62
HSL344.62º25.16%30.39%-
HSV(B)344.62º40.21%38.04%-
XYZ7.495.986.23-
YUV70.8126.42146.69-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 43.50%
GREEN value IS 58 (23.05% from 255) = 26.01%
BLUE value IS 68 (26.95% from 255) = 30.49%
R=43.50%
G=26.01%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.30
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97586800.400.300.62344.6225.1630.39
Hex613A440281E3E159191e
Octal1417210405036765313136
Binary110000111101010001000101000111101111101010110011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613A44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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