#613640

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

Shades of Tawny Port #613640

Tints of Tawny Port #613640

Color information

#613640 (or 0x613640) is unknown color: approx Tawny Port. HEX triplet: 61, 36 and 40. RGB value is (97,54,64). Sum of RGB (Red+Green+Blue) = 97+54+64=215 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.12% from 215); Green value is 54 (21.48% from 255 or 25.12% from 215); Blue value is 64 (25.39% from 255 or 29.77% from 215); Max value from RGB is 97 - color contains mainly: red. Hex color #613640 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613640 is #9EC9BF. Grayscale: #444444. Windows color (decimal): -10406336 or 4208225. OLE color: 4208225.

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

Color convert

RGB975464-
CMYK00.440.340.62
HSL346.05º28.48%29.61%-
HSV(B)346.05º44.33%38.04%-
XYZ7.175.555.54-
YUV68125.75148.69-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 45.12%
GREEN value IS 54 (21.48% from 255) = 25.12%
BLUE value IS 64 (25.39% from 255) = 29.77%
R=45.12%
G=25.12%
B=29.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.34
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97546400.440.340.62346.0528.4829.61
Hex61364002C223E15a1c1e
Octal1416610005442765323436
Binary1100001110110100000001011001000101111101010110101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613640; }

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

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

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

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

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

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

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

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