Html Css Color HEX #613F4A Tawny Port

📋 copy color: '#613F4A'

red 97 ◦ green 63 ◦ blue 74

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

Shades of Tawny Port #613F4A

Tints of Tawny Port #613F4A

RGB

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

 GREEN value IS 63 (25% from 255) = 26.92%

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

R = 41.45%
G = 26.92%
B = 31.62%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.24

 K value IS 0.62

RGB Variations

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

Color information

#613F4A (or 0x613F4A) is known color: Tawny Port. HEX triplet: 61, 3F and 4A. RGB value is (97,63,74). Sum of RGB (Red+Green+Blue) = 97+63+74=234 (30% of max value = 765). Red value is 97 (38.28% from 255 or 41.45% from 234); Green value is 63 (25% from 255 or 26.92% from 234); Blue value is 74 (29.30% from 255 or 31.62% from 234); Max value from RGB is 97 - color contains mainly: red. Hex color #613F4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613F4A is #9EC0B5. Grayscale: #4A4A4A. Windows color (decimal): -10404022 or 4865889. OLE color: 4865889.

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

Color convert

RGB 97 63 74 -
CMYK 0 0.35 0.24 0.62
HSL 340.59º 0.21% 0.31% -
HSV(B) 340.59º 0.35% 0.38% -
XYZ 7.94 6.59 7.33 -
YUV 74.42 127.76 144.11 -
System Red Green Blue C M Y K H S L
Decimal 97 63 74 0 0.35 0.24 0.62 340.59 0.21 0.31
Hex 61 3F 4A 0 23 18 3E 155 15 1F
Octal 141 77 112 0 43 30 76 525 25 37
Binary 1100001 111111 1001010 0 100011 11000 111110 101010101 10101 11111

Color Harmonies of #613F4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613F4A

Black with #613F4A

Text Example


Text Example

White with #613F4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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