#613042

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

Shades of Tawny Port #613042

Tints of Tawny Port #613042

Color information

#613042 (or 0x613042) is unknown color: approx Tawny Port. HEX triplet: 61, 30 and 42. RGB value is (97,48,66). Sum of RGB (Red+Green+Blue) = 97+48+66=211 (27% of max value = 765). Red value is 97 (38.28% from 255 or 45.97% from 211); Green value is 48 (19.14% from 255 or 22.75% from 211); Blue value is 66 (26.17% from 255 or 31.28% from 211); Max value from RGB is 97 - color contains mainly: red. Hex color #613042 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613042 is #9ECFBD. Grayscale: #404040. Windows color (decimal): -10407870 or 4337761. OLE color: 4337761.

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

Color convert

RGB974866-
CMYK00.510.320.62
HSL337.96º33.79%28.43%-
HSV(B)337.96º50.52%38.04%-
XYZ6.975.055.76-
YUV64.7128.73151.04-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 45.97%
GREEN value IS 48 (19.14% from 255) = 22.75%
BLUE value IS 66 (26.17% from 255) = 31.28%
R=45.97%
G=22.75%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.32
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97486600.510.320.62337.9633.7928.43
Hex613042033203E152221c
Octal1416010206340765224234
Binary11000011100001000010011001110000011111010101001010001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613042; }

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

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

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

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

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

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

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

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