Html Css Color HEX #613346 Tawny Port

📋 copy color: '#613346'

red 97 ◦ green 51 ◦ blue 70

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

Shades of Tawny Port #613346

Tints of Tawny Port #613346

RGB

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

 GREEN value IS 51 (20.31% from 255) = 23.39%

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

R = 44.5%
G = 23.39%
B = 32.11%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.28

 K value IS 0.62

RGB Variations

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

Color information

#613346 (or 0x613346) is known color: Tawny Port. HEX triplet: 61, 33 and 46. RGB value is (97,51,70). Sum of RGB (Red+Green+Blue) = 97+51+70=218 (28% of max value = 765). Red value is 97 (38.28% from 255 or 44.50% from 218); Green value is 51 (20.31% from 255 or 23.39% from 218); Blue value is 70 (27.73% from 255 or 32.11% from 218); Max value from RGB is 97 - color contains mainly: red. Hex color #613346 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613346 is #9ECCB9. Grayscale: #424242. Windows color (decimal): -10407098 or 4600673. OLE color: 4600673.

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

Color convert

RGB 97 51 70 -
CMYK 0 0.47 0.28 0.62
HSL 335.22º 0.31% 0.29% -
HSV(B) 335.22º 0.47% 0.38% -
XYZ 7.22 5.35 6.45 -
YUV 66.92 129.74 149.46 -
System Red Green Blue C M Y K H S L
Decimal 97 51 70 0 0.47 0.28 0.62 335.22 0.31 0.29
Hex 61 33 46 0 2F 1C 3E 14F 1F 1D
Octal 141 63 106 0 57 34 76 517 37 35
Binary 1100001 110011 1000110 0 101111 11100 111110 101001111 11111 11101

Color Harmonies of #613346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613346

Black with #613346

Text Example


Text Example

White with #613346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613346; }

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

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

background-color css

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

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

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

border-color css

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

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

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