Html Css Color HEX #613A4C Tawny Port

📋 copy color: '#613A4C'

red 97 ◦ green 58 ◦ blue 76

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

Shades of Tawny Port #613A4C

Tints of Tawny Port #613A4C

RGB

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

 GREEN value IS 58 (23.05% from 255) = 25.11%

 BLUE value IS 76 (30.08% from 255) = 32.9%

R = 41.99%
G = 25.11%
B = 32.9%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.22

 K value IS 0.62

RGB Variations

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

Color information

#613A4C (or 0x613A4C) is known color: Tawny Port. HEX triplet: 61, 3A and 4C. RGB value is (97,58,76). Sum of RGB (Red+Green+Blue) = 97+58+76=231 (30% of max value = 765). Red value is 97 (38.28% from 255 or 41.99% from 231); Green value is 58 (23.05% from 255 or 25.11% from 231); Blue value is 76 (30.08% from 255 or 32.90% from 231); Max value from RGB is 97 - color contains mainly: red. Hex color #613A4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613A4C is #9EC5B3. Grayscale: #474747. Windows color (decimal): -10405300 or 4995681. OLE color: 4995681.

HSL color Cylindrical-coordinate representation of color #613A4C: hue angle of 332.31º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #613A4C is Cyan = 0, Magento = 0.40, Yellow = 0.22 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 58 76 -
CMYK 0 0.40 0.22 0.62
HSL 332.31º 0.25% 0.3% -
HSV(B) 332.31º 0.4% 0.38% -
XYZ 7.75 6.09 7.6 -
YUV 71.71 130.42 146.04 -
System Red Green Blue C M Y K H S L
Decimal 97 58 76 0 0.40 0.22 0.62 332.31 0.25 0.3
Hex 61 3A 4C 0 28 16 3E 14C 19 1E
Octal 141 72 114 0 50 26 76 514 31 36
Binary 1100001 111010 1001100 0 101000 10110 111110 101001100 11001 11110

Color Harmonies of #613A4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613A4C

Black with #613A4C

Text Example


Text Example

White with #613A4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,58,76); }

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

background-color css

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

 a { background-color: rgb(97,58,76); }

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

border-color css

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

 span { border-color: rgb(97,58,76); }

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