#613540

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

Shades of Tawny Port #613540

Tints of Tawny Port #613540

Color information

#613540 (or 0x613540) is unknown color: approx Tawny Port. HEX triplet: 61, 35 and 40. RGB value is (97,53,64). Sum of RGB (Red+Green+Blue) = 97+53+64=214 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.33% from 214); Green value is 53 (21.09% from 255 or 24.77% from 214); Blue value is 64 (25.39% from 255 or 29.91% from 214); Max value from RGB is 97 - color contains mainly: red. Hex color #613540 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613540 is #9ECABF. Grayscale: #434343. Windows color (decimal): -10406592 or 4207969. OLE color: 4207969.

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

Color convert

RGB975364-
CMYK00.450.340.62
HSL345º29.33%29.41%-
HSV(B)345º45.36%38.04%-
XYZ7.135.465.53-
YUV67.41126.08149.11-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 45.33%
GREEN value IS 53 (21.09% from 255) = 24.77%
BLUE value IS 64 (25.39% from 255) = 29.91%
R=45.33%
G=24.77%
B=29.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.34
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97536400.450.340.6234529.3329.41
Hex61354002D223E1591d1d
Octal1416510005542765313535
Binary1100001110101100000001011011000101111101010110011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613540; }

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

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

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

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

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

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

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

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