#613A45

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

Shades of Tawny Port #613A45

Tints of Tawny Port #613A45

Color information

#613A45 (or 0x613A45) is unknown color: approx Tawny Port. HEX triplet: 61, 3A and 45. RGB value is (97,58,69). Sum of RGB (Red+Green+Blue) = 97+58+69=224 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.30% from 224); Green value is 58 (23.05% from 255 or 25.89% from 224); Blue value is 69 (27.34% from 255 or 30.80% from 224); Max value from RGB is 97 - color contains mainly: red. Hex color #613A45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613A45 is #9EC5BA. Grayscale: #464646. Windows color (decimal): -10405307 or 4536929. OLE color: 4536929.

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

Color convert

RGB975869-
CMYK00.400.290.62
HSL343.08º25.16%30.39%-
HSV(B)343.08º40.21%38.04%-
XYZ7.5266.39-
YUV70.92126.92146.61-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 43.30%
GREEN value IS 58 (23.05% from 255) = 25.89%
BLUE value IS 69 (27.34% from 255) = 30.80%
R=43.30%
G=25.89%
B=30.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.29
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97586900.400.290.62343.0825.1630.39
Hex613A450281D3E157191e
Octal1417210505035765273136
Binary110000111101010001010101000111011111101010101111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613A45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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