#613043

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

Shades of Tawny Port #613043

Tints of Tawny Port #613043

Color information

#613043 (or 0x613043) is unknown color: approx Tawny Port. HEX triplet: 61, 30 and 43. RGB value is (97,48,67). Sum of RGB (Red+Green+Blue) = 97+48+67=212 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.75% from 212); Green value is 48 (19.14% from 255 or 22.64% from 212); Blue value is 67 (26.56% from 255 or 31.60% from 212); Max value from RGB is 97 - color contains mainly: red. Hex color #613043 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613043 is #9ECFBC. Grayscale: #404040. Windows color (decimal): -10407869 or 4403297. OLE color: 4403297.

HSL color Cylindrical-coordinate representation of color #613043: hue angle of 336.73º 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 #613043 is Cyan = 0, Magento = 0.51, Yellow = 0.31 and Black (K on CMYK) = 0.62.

Color convert

RGB974867-
CMYK00.510.310.62
HSL336.73º33.79%28.43%-
HSV(B)336.73º50.52%38.04%-
XYZ75.065.92-
YUV64.82129.23150.96-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 45.75%
GREEN value IS 48 (19.14% from 255) = 22.64%
BLUE value IS 67 (26.56% from 255) = 31.60%
R=45.75%
G=22.64%
B=31.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.31
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97486700.510.310.62336.7333.7928.43
Hex6130430331F3E151221c
Octal1416010306337765214234
Binary1100001110000100001101100111111111111010101000110001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613043; }

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

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

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

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

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

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

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

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