#613242

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

Shades of Tawny Port #613242

Tints of Tawny Port #613242

Color information

#613242 (or 0x613242) is unknown color: approx Tawny Port. HEX triplet: 61, 32 and 42. RGB value is (97,50,66). Sum of RGB (Red+Green+Blue) = 97+50+66=213 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.54% from 213); Green value is 50 (19.92% from 255 or 23.47% from 213); Blue value is 66 (26.17% from 255 or 30.99% from 213); Max value from RGB is 97 - color contains mainly: red. Hex color #613242 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613242 is #9ECDBD. Grayscale: #414141. Windows color (decimal): -10407358 or 4338273. OLE color: 4338273.

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

Color convert

RGB975066-
CMYK00.480.320.62
HSL339.57º31.97%28.82%-
HSV(B)339.57º48.45%38.04%-
XYZ7.055.225.79-
YUV65.88128.07150.2-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 45.54%
GREEN value IS 50 (19.92% from 255) = 23.47%
BLUE value IS 66 (26.17% from 255) = 30.99%
R=45.54%
G=23.47%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.32
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97506600.480.320.62339.5731.9728.82
Hex613242030203E154201d
Octal1416210206040765244035
Binary11000011100101000010011000010000011111010101010010000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613242; }

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

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

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

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

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

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

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

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