#613442

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

Shades of Tawny Port #613442

Tints of Tawny Port #613442

Color information

#613442 (or 0x613442) is unknown color: approx Tawny Port. HEX triplet: 61, 34 and 42. RGB value is (97,52,66). Sum of RGB (Red+Green+Blue) = 97+52+66=215 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.12% from 215); Green value is 52 (20.70% from 255 or 24.19% from 215); Blue value is 66 (26.17% from 255 or 30.70% from 215); Max value from RGB is 97 - color contains mainly: red. Hex color #613442 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613442 is #9ECBBD. Grayscale: #434343. Windows color (decimal): -10406846 or 4338785. OLE color: 4338785.

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

Color convert

RGB975266-
CMYK00.460.320.62
HSL341.33º30.2%29.22%-
HSV(B)341.33º46.39%38.04%-
XYZ7.145.395.82-
YUV67.05127.41149.36-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 45.12%
GREEN value IS 52 (20.70% from 255) = 24.19%
BLUE value IS 66 (26.17% from 255) = 30.70%
R=45.12%
G=24.19%
B=30.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.32
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97526600.460.320.62341.3330.229.22
Hex61344202E203E1551e1d
Octal1416410205640765253635
Binary1100001110100100001001011101000001111101010101011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613442; }

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

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

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

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

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

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

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

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