#613840

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

Shades of Tawny Port #613840

Tints of Tawny Port #613840

Color information

#613840 (or 0x613840) is unknown color: approx Tawny Port. HEX triplet: 61, 38 and 40. RGB value is (97,56,64). Sum of RGB (Red+Green+Blue) = 97+56+64=217 (28% of max value = 765). Red value is 97 (38.28% from 255 or 44.70% from 217); Green value is 56 (22.27% from 255 or 25.81% from 217); Blue value is 64 (25.39% from 255 or 29.49% from 217); Max value from RGB is 97 - color contains mainly: red. Hex color #613840 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613840 is #9EC7BF. Grayscale: #454545. Windows color (decimal): -10405824 or 4208737. OLE color: 4208737.

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

Color convert

RGB975664-
CMYK00.420.340.62
HSL348.29º26.8%30%-
HSV(B)348.29º42.27%38.04%-
XYZ7.275.745.58-
YUV69.17125.08147.85-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 44.70%
GREEN value IS 56 (22.27% from 255) = 25.81%
BLUE value IS 64 (25.39% from 255) = 29.49%
R=44.70%
G=25.81%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.34
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97566400.420.340.62348.2926.830
Hex61384002A223E15c1b1e
Octal1417010005242765343336
Binary1100001111000100000001010101000101111101010111001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613840; }

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

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

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

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

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

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

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

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