#613045

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

Shades of Tawny Port #613045

Tints of Tawny Port #613045

Color information

#613045 (or 0x613045) is unknown color: approx Tawny Port. HEX triplet: 61, 30 and 45. RGB value is (97,48,69). Sum of RGB (Red+Green+Blue) = 97+48+69=214 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.33% from 214); Green value is 48 (19.14% from 255 or 22.43% from 214); Blue value is 69 (27.34% from 255 or 32.24% from 214); Max value from RGB is 97 - color contains mainly: red. Hex color #613045 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613045 is #9ECFBA. Grayscale: #414141. Windows color (decimal): -10407867 or 4534369. OLE color: 4534369.

HSL color Cylindrical-coordinate representation of color #613045: hue angle of 334.29º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #613045 is Cyan = 0, Magento = 0.51, Yellow = 0.29 and Black (K on CMYK) = 0.62.

Color convert

RGB974869-
CMYK00.510.290.62
HSL334.29º33.79%28.43%-
HSV(B)334.29º50.52%38.04%-
XYZ7.065.086.24-
YUV65.04130.23150.79-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 45.33%
GREEN value IS 48 (19.14% from 255) = 22.43%
BLUE value IS 69 (27.34% from 255) = 32.24%
R=45.33%
G=22.43%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.29
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97486900.510.290.62334.2933.7928.43
Hex6130450331D3E14e221c
Octal1416010506335765164234
Binary1100001110000100010101100111110111111010100111010001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613045; }

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

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

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

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

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

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

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

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