Html Css Color HEX #613741 Tawny Port

📋 copy color: '#613741'

red 97 ◦ green 55 ◦ blue 65

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

Shades of Tawny Port #613741

Tints of Tawny Port #613741

RGB

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

 GREEN value IS 55 (21.88% from 255) = 25.35%

 BLUE value IS 65 (25.78% from 255) = 29.95%

R = 44.7%
G = 25.35%
B = 29.95%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.33

 K value IS 0.62

RGB Variations

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

Color information

#613741 (or 0x613741) is known color: Tawny Port. HEX triplet: 61, 37 and 41. RGB value is (97,55,65). Sum of RGB (Red+Green+Blue) = 97+55+65=217 (28% of max value = 765). Red value is 97 (38.28% from 255 or 44.70% from 217); Green value is 55 (21.88% from 255 or 25.35% from 217); Blue value is 65 (25.78% from 255 or 29.95% from 217); Max value from RGB is 97 - color contains mainly: red. Hex color #613741 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613741 is #9EC8BE. Grayscale: #444444. Windows color (decimal): -10406079 or 4274017. OLE color: 4274017.

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

Color convert

RGB 97 55 65 -
CMYK 0 0.43 0.33 0.62
HSL 345.71º 0.28% 0.3% -
HSV(B) 345.71º 0.43% 0.38% -
XYZ 7.25 5.66 5.71 -
YUV 68.7 125.91 148.19 -
System Red Green Blue C M Y K H S L
Decimal 97 55 65 0 0.43 0.33 0.62 345.71 0.28 0.3
Hex 61 37 41 0 2B 21 3E 15A 1C 1E
Octal 141 67 101 0 53 41 76 532 34 36
Binary 1100001 110111 1000001 0 101011 100001 111110 101011010 11100 11110

Color Harmonies of #613741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613741

Black with #613741

Text Example


Text Example

White with #613741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613741; }

 p { color: rgb(97,55,65); }

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

background-color css

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

 a { background-color: rgb(97,55,65); }

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

border-color css

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

 span { border-color: rgb(97,55,65); }

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