Html Css Color HEX #613F4C Tawny Port

📋 copy color: '#613F4C'

red 97 ◦ green 63 ◦ blue 76

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

Shades of Tawny Port #613F4C

Tints of Tawny Port #613F4C

RGB

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

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

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

R = 41.1%
G = 26.69%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.22

 K value IS 0.62

RGB Variations

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

Color information

#613F4C (or 0x613F4C) is known color: Tawny Port. HEX triplet: 61, 3F and 4C. RGB value is (97,63,76). Sum of RGB (Red+Green+Blue) = 97+63+76=236 (31% of max value = 765). Red value is 97 (38.28% from 255 or 41.10% from 236); Green value is 63 (25% from 255 or 26.69% from 236); Blue value is 76 (30.08% from 255 or 32.20% from 236); Max value from RGB is 97 - color contains mainly: red. Hex color #613F4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613F4C is #9EC0B3. Grayscale: #4A4A4A. Windows color (decimal): -10404020 or 4996961. OLE color: 4996961.

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

Color convert

RGB 97 63 76 -
CMYK 0 0.35 0.22 0.62
HSL 337.06º 0.21% 0.31% -
HSV(B) 337.06º 0.35% 0.38% -
XYZ 8.01 6.62 7.69 -
YUV 74.65 128.76 143.94 -
System Red Green Blue C M Y K H S L
Decimal 97 63 76 0 0.35 0.22 0.62 337.06 0.21 0.31
Hex 61 3F 4C 0 23 16 3E 151 15 1F
Octal 141 77 114 0 43 26 76 521 25 37
Binary 1100001 111111 1001100 0 100011 10110 111110 101010001 10101 11111

Color Harmonies of #613F4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613F4C

Black with #613F4C

Text Example


Text Example

White with #613F4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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