Html Css Color HEX #613C4A Tawny Port

📋 copy color: '#613C4A'

red 97 ◦ green 60 ◦ blue 74

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

Shades of Tawny Port #613C4A

Tints of Tawny Port #613C4A

RGB

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

 GREEN value IS 60 (23.83% from 255) = 25.97%

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

R = 41.99%
G = 25.97%
B = 32.03%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.24

 K value IS 0.62

RGB Variations

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

Color information

#613C4A (or 0x613C4A) is known color: Tawny Port. HEX triplet: 61, 3C and 4A. RGB value is (97,60,74). Sum of RGB (Red+Green+Blue) = 97+60+74=231 (30% of max value = 765). Red value is 97 (38.28% from 255 or 41.99% from 231); Green value is 60 (23.83% from 255 or 25.97% from 231); Blue value is 74 (29.30% from 255 or 32.03% from 231); Max value from RGB is 97 - color contains mainly: red. Hex color #613C4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613C4A is #9EC3B5. Grayscale: #484848. Windows color (decimal): -10404790 or 4865121. OLE color: 4865121.

HSL color Cylindrical-coordinate representation of color #613C4A: hue angle of 337.3º 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 #613C4A is Cyan = 0, Magento = 0.38, Yellow = 0.24 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 60 74 -
CMYK 0 0.38 0.24 0.62
HSL 337.3º 0.24% 0.31% -
HSV(B) 337.3º 0.38% 0.38% -
XYZ 7.78 6.27 7.28 -
YUV 72.66 128.76 145.36 -
System Red Green Blue C M Y K H S L
Decimal 97 60 74 0 0.38 0.24 0.62 337.3 0.24 0.31
Hex 61 3C 4A 0 26 18 3E 151 18 1F
Octal 141 74 112 0 46 30 76 521 30 37
Binary 1100001 111100 1001010 0 100110 11000 111110 101010001 11000 11111

Color Harmonies of #613C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613C4A

Black with #613C4A

Text Example


Text Example

White with #613C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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