#613940

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

Shades of Tawny Port #613940

Tints of Tawny Port #613940

Color information

#613940 (or 0x613940) is unknown color: approx Tawny Port. HEX triplet: 61, 39 and 40. RGB value is (97,57,64). Sum of RGB (Red+Green+Blue) = 97+57+64=218 (28% of max value = 765). Red value is 97 (38.28% from 255 or 44.50% from 218); Green value is 57 (22.66% from 255 or 26.15% from 218); Blue value is 64 (25.39% from 255 or 29.36% from 218); Max value from RGB is 97 - color contains mainly: red. Hex color #613940 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613940 is #9EC6BF. Grayscale: #454545. Windows color (decimal): -10405568 or 4208993. OLE color: 4208993.

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

Color convert

RGB975764-
CMYK00.410.340.62
HSL349.5º25.97%30.2%-
HSV(B)349.5º41.24%38.04%-
XYZ7.325.845.59-
YUV69.76124.75147.43-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 44.50%
GREEN value IS 57 (22.66% from 255) = 26.15%
BLUE value IS 64 (25.39% from 255) = 29.36%
R=44.50%
G=26.15%
B=29.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.34
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97576400.410.340.62349.525.9730.2
Hex613940029223E15e1a1e
Octal1417110005142765363236
Binary1100001111001100000001010011000101111101010111101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613940; }

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

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

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

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

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

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

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

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