#613246

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

Shades of Tawny Port #613246

Tints of Tawny Port #613246

Color information

#613246 (or 0x613246) is unknown color: approx Tawny Port. HEX triplet: 61, 32 and 46. RGB value is (97,50,70). Sum of RGB (Red+Green+Blue) = 97+50+70=217 (28% of max value = 765). Red value is 97 (38.28% from 255 or 44.70% from 217); Green value is 50 (19.92% from 255 or 23.04% from 217); Blue value is 70 (27.73% from 255 or 32.26% from 217); Max value from RGB is 97 - color contains mainly: red. Hex color #613246 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613246 is #9ECDB9. Grayscale: #424242. Windows color (decimal): -10407354 or 4600417. OLE color: 4600417.

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

Color convert

RGB975070-
CMYK00.480.280.62
HSL334.47º31.97%28.82%-
HSV(B)334.47º48.45%38.04%-
XYZ7.185.266.43-
YUV66.33130.07149.87-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 44.70%
GREEN value IS 50 (19.92% from 255) = 23.04%
BLUE value IS 70 (27.73% from 255) = 32.26%
R=44.70%
G=23.04%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.28
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97507000.480.280.62334.4731.9728.82
Hex6132460301C3E14e201d
Octal1416210606034765164035
Binary1100001110010100011001100001110011111010100111010000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613246; }

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

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

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

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

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

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

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

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