Html Css Color HEX #613D49 Tawny Port

📋 copy color: '#613D49'

red 97 ◦ green 61 ◦ blue 73

#613D49
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tawny Port #613D49

Tints of Tawny Port #613D49

RGB

 RED value IS 97 (38.28% from 255) = 41.99%

 GREEN value IS 61 (24.22% from 255) = 26.41%

 BLUE value IS 73 (28.91% from 255) = 31.6%

R = 41.99%
G = 26.41%
B = 31.6%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.25

 K value IS 0.62

RGB Variations

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

Color information

#613D49 (or 0x613D49) is known color: Tawny Port. HEX triplet: 61, 3D and 49. RGB value is (97,61,73). Sum of RGB (Red+Green+Blue) = 97+61+73=231 (30% of max value = 765). Red value is 97 (38.28% from 255 or 41.99% from 231); Green value is 61 (24.22% from 255 or 26.41% from 231); Blue value is 73 (28.91% from 255 or 31.60% from 231); Max value from RGB is 97 - color contains mainly: red. Hex color #613D49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613D49 is #9EC2B6. Grayscale: #494949. Windows color (decimal): -10404535 or 4799841. OLE color: 4799841.

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

Color convert

RGB 97 61 73 -
CMYK 0 0.37 0.25 0.62
HSL 340º 0.23% 0.31% -
HSV(B) 340º 0.37% 0.38% -
XYZ 7.8 6.36 7.12 -
YUV 73.13 127.93 145.02 -
System Red Green Blue C M Y K H S L
Decimal 97 61 73 0 0.37 0.25 0.62 340 0.23 0.31
Hex 61 3D 49 0 25 19 3E 154 17 1F
Octal 141 75 111 0 45 31 76 524 27 37
Binary 1100001 111101 1001001 0 100101 11001 111110 101010100 10111 11111

Color Harmonies of #613D49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613D49

Black with #613D49

Text Example


Text Example

White with #613D49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,61,73); }

 H1.HeaderClassName
 {
   color: #613D49;
 }
 .AnyTagClassName
 {
   color: #613D49;
 }
</style>

background-color css

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

 a { background-color: rgb(97,61,73); }

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

border-color css

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

 span { border-color: rgb(97,61,73); }

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