Html Css Color HEX #613146 Tawny Port

📋 copy color: '#613146'

red 97 ◦ green 49 ◦ blue 70

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

Shades of Tawny Port #613146

Tints of Tawny Port #613146

RGB

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

 GREEN value IS 49 (19.53% from 255) = 22.69%

 BLUE value IS 70 (27.73% from 255) = 32.41%

R = 44.91%
G = 22.69%
B = 32.41%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.28

 K value IS 0.62

RGB Variations

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

Color information

#613146 (or 0x613146) is known color: Tawny Port. HEX triplet: 61, 31 and 46. RGB value is (97,49,70). Sum of RGB (Red+Green+Blue) = 97+49+70=216 (28% of max value = 765). Red value is 97 (38.28% from 255 or 44.91% from 216); Green value is 49 (19.53% from 255 or 22.69% from 216); Blue value is 70 (27.73% from 255 or 32.41% from 216); Max value from RGB is 97 - color contains mainly: red. Hex color #613146 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613146 is #9ECEB9. Grayscale: #414141. Windows color (decimal): -10407610 or 4600161. OLE color: 4600161.

HSL color Cylindrical-coordinate representation of color #613146: hue angle of 333.75º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #613146 is Cyan = 0, Magento = 0.49, Yellow = 0.28 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 49 70 -
CMYK 0 0.49 0.28 0.62
HSL 333.75º 0.33% 0.29% -
HSV(B) 333.75º 0.49% 0.38% -
XYZ 7.13 5.18 6.42 -
YUV 65.75 130.4 150.29 -
System Red Green Blue C M Y K H S L
Decimal 97 49 70 0 0.49 0.28 0.62 333.75 0.33 0.29
Hex 61 31 46 0 31 1C 3E 14E 21 1D
Octal 141 61 106 0 61 34 76 516 41 35
Binary 1100001 110001 1000110 0 110001 11100 111110 101001110 100001 11101

Color Harmonies of #613146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613146

Black with #613146

Text Example


Text Example

White with #613146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613146; }

 p { color: rgb(97,49,70); }

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

background-color css

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

 a { background-color: rgb(97,49,70); }

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

border-color css

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

 span { border-color: rgb(97,49,70); }

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