#613942

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

Shades of Tawny Port #613942

Tints of Tawny Port #613942

Color information

#613942 (or 0x613942) is unknown color: approx Tawny Port. HEX triplet: 61, 39 and 42. RGB value is (97,57,66). Sum of RGB (Red+Green+Blue) = 97+57+66=220 (29% of max value = 765). Red value is 97 (38.28% from 255 or 44.09% from 220); Green value is 57 (22.66% from 255 or 25.91% from 220); Blue value is 66 (26.17% from 255 or 30% from 220); Max value from RGB is 97 - color contains mainly: red. Hex color #613942 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613942 is #9EC6BD. Grayscale: #454545. Windows color (decimal): -10405566 or 4340065. OLE color: 4340065.

HSL color Cylindrical-coordinate representation of color #613942: hue angle of 346.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 #613942 is Cyan = 0, Magento = 0.41, Yellow = 0.32 and Black (K on CMYK) = 0.62.

Color convert

RGB975766-
CMYK00.410.320.62
HSL346.5º25.97%30.2%-
HSV(B)346.5º41.24%38.04%-
XYZ7.385.865.9-
YUV69.99125.75147.27-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 44.09%
GREEN value IS 57 (22.66% from 255) = 25.91%
BLUE value IS 66 (26.17% from 255) = 30%
R=44.09%
G=25.91%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.32
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97576600.410.320.62346.525.9730.2
Hex613942029203E15a1a1e
Octal1417110205140765323236
Binary1100001111001100001001010011000001111101010110101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613942; }

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

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

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

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

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

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

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

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