#613240

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

Shades of Tawny Port #613240

Tints of Tawny Port #613240

Color information

#613240 (or 0x613240) is unknown color: approx Tawny Port. HEX triplet: 61, 32 and 40. RGB value is (97,50,64). Sum of RGB (Red+Green+Blue) = 97+50+64=211 (27% of max value = 765). Red value is 97 (38.28% from 255 or 45.97% from 211); Green value is 50 (19.92% from 255 or 23.70% from 211); Blue value is 64 (25.39% from 255 or 30.33% from 211); Max value from RGB is 97 - color contains mainly: red. Hex color #613240 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613240 is #9ECDBF. Grayscale: #414141. Windows color (decimal): -10407360 or 4207201. OLE color: 4207201.

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

Color convert

RGB975064-
CMYK00.480.340.62
HSL342.13º31.97%28.82%-
HSV(B)342.13º48.45%38.04%-
XYZ75.195.48-
YUV65.65127.07150.36-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 45.97%
GREEN value IS 50 (19.92% from 255) = 23.70%
BLUE value IS 64 (25.39% from 255) = 30.33%
R=45.97%
G=23.70%
B=30.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.34
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97506400.480.340.62342.1331.9728.82
Hex613240030223E156201d
Octal1416210006042765264035
Binary11000011100101000000011000010001011111010101011010000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613240; }

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

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

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

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

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

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

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

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