#613446

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

Shades of Tawny Port #613446

Tints of Tawny Port #613446

Color information

#613446 (or 0x613446) is unknown color: approx Tawny Port. HEX triplet: 61, 34 and 46. RGB value is (97,52,70). Sum of RGB (Red+Green+Blue) = 97+52+70=219 (29% of max value = 765). Red value is 97 (38.28% from 255 or 44.29% from 219); Green value is 52 (20.70% from 255 or 23.74% from 219); Blue value is 70 (27.73% from 255 or 31.96% from 219); Max value from RGB is 97 - color contains mainly: red. Hex color #613446 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613446 is #9ECBB9. Grayscale: #434343. Windows color (decimal): -10406842 or 4600929. OLE color: 4600929.

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

Color convert

RGB975270-
CMYK00.460.280.62
HSL336º30.2%29.22%-
HSV(B)336º46.39%38.04%-
XYZ7.265.446.46-
YUV67.51129.41149.04-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 44.29%
GREEN value IS 52 (20.70% from 255) = 23.74%
BLUE value IS 70 (27.73% from 255) = 31.96%
R=44.29%
G=23.74%
B=31.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.28
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97527000.460.280.6233630.229.22
Hex61344602E1C3E1501e1d
Octal1416410605634765203635
Binary110000111010010001100101110111001111101010100001111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613446; }

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

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

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

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

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

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

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

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