Html Css Color HEX #613246 Tawny Port

📋 copy color: '#613246'

red 97 ◦ green 50 ◦ blue 70

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

Shades of Tawny Port #613246

Tints of Tawny Port #613246

RGB

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

 GREEN value IS 50 (19.92% from 255) = 23.04%

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

R = 44.7%
G = 23.04%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.28

 K value IS 0.62

RGB Variations

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

Color information

#613246 (or 0x613246) is known color: Tawny Port. HEX triplet: 61, 32 and 46. RGB value is (97,50,70). Sum of RGB (Red+Green+Blue) = 97+50+70=217 (28% of max value = 765). Red value is 97 (38.28% from 255 or 44.70% from 217); Green value is 50 (19.92% from 255 or 23.04% from 217); Blue value is 70 (27.73% from 255 or 32.26% from 217); Max value from RGB is 97 - color contains mainly: red. Hex color #613246 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613246 is #9ECDB9. Grayscale: #424242. Windows color (decimal): -10407354 or 4600417. OLE color: 4600417.

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

Color convert

RGB 97 50 70 -
CMYK 0 0.48 0.28 0.62
HSL 334.47º 0.32% 0.29% -
HSV(B) 334.47º 0.48% 0.38% -
XYZ 7.18 5.26 6.43 -
YUV 66.33 130.07 149.87 -
System Red Green Blue C M Y K H S L
Decimal 97 50 70 0 0.48 0.28 0.62 334.47 0.32 0.29
Hex 61 32 46 0 30 1C 3E 14E 20 1D
Octal 141 62 106 0 60 34 76 516 40 35
Binary 1100001 110010 1000110 0 110000 11100 111110 101001110 100000 11101

Color Harmonies of #613246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613246

Black with #613246

Text Example


Text Example

White with #613246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613246; }

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

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

background-color css

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

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

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

border-color css

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

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

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