Html Css Color HEX #613648 Tawny Port

📋 copy color: '#613648'

red 97 ◦ green 54 ◦ blue 72

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

Shades of Tawny Port #613648

Tints of Tawny Port #613648

RGB

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

 GREEN value IS 54 (21.48% from 255) = 24.22%

 BLUE value IS 72 (28.52% from 255) = 32.29%

R = 43.5%
G = 24.22%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.26

 K value IS 0.62

RGB Variations

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

Color information

#613648 (or 0x613648) is known color: Tawny Port. HEX triplet: 61, 36 and 48. RGB value is (97,54,72). Sum of RGB (Red+Green+Blue) = 97+54+72=223 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.50% from 223); Green value is 54 (21.48% from 255 or 24.22% from 223); Blue value is 72 (28.52% from 255 or 32.29% from 223); Max value from RGB is 97 - color contains mainly: red. Hex color #613648 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613648 is #9EC9B7. Grayscale: #444444. Windows color (decimal): -10406328 or 4732513. OLE color: 4732513.

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

Color convert

RGB 97 54 72 -
CMYK 0 0.44 0.26 0.62
HSL 334.88º 0.28% 0.3% -
HSV(B) 334.88º 0.44% 0.38% -
XYZ 7.42 5.65 6.83 -
YUV 68.91 129.75 148.04 -
System Red Green Blue C M Y K H S L
Decimal 97 54 72 0 0.44 0.26 0.62 334.88 0.28 0.3
Hex 61 36 48 0 2C 1A 3E 14F 1C 1E
Octal 141 66 110 0 54 32 76 517 34 36
Binary 1100001 110110 1001000 0 101100 11010 111110 101001111 11100 11110

Color Harmonies of #613648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613648

Black with #613648

Text Example


Text Example

White with #613648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613648; }

 p { color: rgb(97,54,72); }

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

background-color css

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

 a { background-color: rgb(97,54,72); }

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

border-color css

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

 span { border-color: rgb(97,54,72); }

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