Html Css Color HEX #613E4A Tawny Port

📋 copy color: '#613E4A'

red 97 ◦ green 62 ◦ blue 74

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

Shades of Tawny Port #613E4A

Tints of Tawny Port #613E4A

RGB

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

 GREEN value IS 62 (24.61% from 255) = 26.61%

 BLUE value IS 74 (29.3% from 255) = 31.76%

R = 41.63%
G = 26.61%
B = 31.76%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.24

 K value IS 0.62

RGB Variations

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

Color information

#613E4A (or 0x613E4A) is known color: Tawny Port. HEX triplet: 61, 3E and 4A. RGB value is (97,62,74). Sum of RGB (Red+Green+Blue) = 97+62+74=233 (30% of max value = 765). Red value is 97 (38.28% from 255 or 41.63% from 233); Green value is 62 (24.61% from 255 or 26.61% from 233); Blue value is 74 (29.30% from 255 or 31.76% from 233); Max value from RGB is 97 - color contains mainly: red. Hex color #613E4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613E4A is #9EC1B5. Grayscale: #494949. Windows color (decimal): -10404278 or 4865633. OLE color: 4865633.

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

Color convert

RGB 97 62 74 -
CMYK 0 0.36 0.24 0.62
HSL 339.43º 0.22% 0.31% -
HSV(B) 339.43º 0.36% 0.38% -
XYZ 7.89 6.48 7.31 -
YUV 73.83 128.1 144.52 -
System Red Green Blue C M Y K H S L
Decimal 97 62 74 0 0.36 0.24 0.62 339.43 0.22 0.31
Hex 61 3E 4A 0 24 18 3E 153 16 1F
Octal 141 76 112 0 44 30 76 523 26 37
Binary 1100001 111110 1001010 0 100100 11000 111110 101010011 10110 11111

Color Harmonies of #613E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613E4A

Black with #613E4A

Text Example


Text Example

White with #613E4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,62,74); }

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

background-color css

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

 a { background-color: rgb(97,62,74); }

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

border-color css

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

 span { border-color: rgb(97,62,74); }

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