#613146

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

Shades of Tawny Port #613146

Tints of Tawny Port #613146

Color information

#613146 (or 0x613146) is unknown color: approx Tawny Port. HEX triplet: 61, 31 and 46. RGB value is (97,49,70). Sum of RGB (Red+Green+Blue) = 97+49+70=216 (28% of max value = 765). Red value is 97 (38.28% from 255 or 44.91% from 216); Green value is 49 (19.53% from 255 or 22.69% from 216); Blue value is 70 (27.73% from 255 or 32.41% from 216); Max value from RGB is 97 - color contains mainly: red. Hex color #613146 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613146 is #9ECEB9. Grayscale: #414141. Windows color (decimal): -10407610 or 4600161. OLE color: 4600161.

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

Color convert

RGB974970-
CMYK00.490.280.62
HSL333.75º32.88%28.63%-
HSV(B)333.75º49.48%38.04%-
XYZ7.135.186.42-
YUV65.75130.4150.29-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 44.91%
GREEN value IS 49 (19.53% from 255) = 22.69%
BLUE value IS 70 (27.73% from 255) = 32.41%
R=44.91%
G=22.69%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.28
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97497000.490.280.62333.7532.8828.63
Hex6131460311C3E14e211d
Octal1416110606134765164135
Binary1100001110001100011001100011110011111010100111010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613146; }

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

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

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

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

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

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

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

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