#613C41

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

Shades of Tawny Port #613C41

Tints of Tawny Port #613C41

Color information

#613C41 (or 0x613C41) is unknown color: approx Tawny Port. HEX triplet: 61, 3C and 41. RGB value is (97,60,65). Sum of RGB (Red+Green+Blue) = 97+60+65=222 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.69% from 222); Green value is 60 (23.83% from 255 or 27.03% from 222); Blue value is 65 (25.78% from 255 or 29.28% from 222); Max value from RGB is 97 - color contains mainly: red. Hex color #613C41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613C41 is #9EC3BE. Grayscale: #474747. Windows color (decimal): -10404799 or 4275297. OLE color: 4275297.

HSL color Cylindrical-coordinate representation of color #613C41: hue angle of 351.89º degrees, saturation: 0.24, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #613C41 is Cyan = 0, Magento = 0.38, Yellow = 0.33 and Black (K on CMYK) = 0.62.

Color convert

RGB976065-
CMYK00.380.330.62
HSL351.89º23.57%30.78%-
HSV(B)351.89º38.14%38.04%-
XYZ7.56.155.79-
YUV71.63124.26146.09-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 43.69%
GREEN value IS 60 (23.83% from 255) = 27.03%
BLUE value IS 65 (25.78% from 255) = 29.28%
R=43.69%
G=27.03%
B=29.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.33
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97606500.380.330.62351.8923.5730.78
Hex613C41026213E160181f
Octal1417410104641765403037
Binary1100001111100100000101001101000011111101011000001100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613C41; }

 p { color: rgb(97,60,65); }

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

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

 a { background-color: rgb(97,60,65); }

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

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

 span { border-color: rgb(97,60,65); }

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