Html Css Color HEX #613D4C Tawny Port

📋 copy color: '#613D4C'

red 97 ◦ green 61 ◦ blue 76

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

Shades of Tawny Port #613D4C

Tints of Tawny Port #613D4C

RGB

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

 GREEN value IS 61 (24.22% from 255) = 26.07%

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

R = 41.45%
G = 26.07%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.22

 K value IS 0.62

RGB Variations

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

Color information

#613D4C (or 0x613D4C) is known color: Tawny Port. HEX triplet: 61, 3D and 4C. RGB value is (97,61,76). Sum of RGB (Red+Green+Blue) = 97+61+76=234 (30% of max value = 765). Red value is 97 (38.28% from 255 or 41.45% from 234); Green value is 61 (24.22% from 255 or 26.07% from 234); Blue value is 76 (30.08% from 255 or 32.48% from 234); Max value from RGB is 97 - color contains mainly: red. Hex color #613D4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613D4C is #9EC2B3. Grayscale: #494949. Windows color (decimal): -10404532 or 4996449. OLE color: 4996449.

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

Color convert

RGB 97 61 76 -
CMYK 0 0.37 0.22 0.62
HSL 335º 0.23% 0.31% -
HSV(B) 335º 0.37% 0.38% -
XYZ 7.9 6.4 7.66 -
YUV 73.47 129.43 144.78 -
System Red Green Blue C M Y K H S L
Decimal 97 61 76 0 0.37 0.22 0.62 335 0.23 0.31
Hex 61 3D 4C 0 25 16 3E 14F 17 1F
Octal 141 75 114 0 45 26 76 517 27 37
Binary 1100001 111101 1001100 0 100101 10110 111110 101001111 10111 11111

Color Harmonies of #613D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613D4C

Black with #613D4C

Text Example


Text Example

White with #613D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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