Html Css Color HEX #613745 Tawny Port

📋 copy color: '#613745'

red 97 ◦ green 55 ◦ blue 69

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

Shades of Tawny Port #613745

Tints of Tawny Port #613745

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 31.22%

R = 43.89%
G = 24.89%
B = 31.22%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.29

 K value IS 0.62

RGB Variations

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

Color information

#613745 (or 0x613745) is known color: Tawny Port. HEX triplet: 61, 37 and 45. RGB value is (97,55,69). Sum of RGB (Red+Green+Blue) = 97+55+69=221 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.89% from 221); Green value is 55 (21.88% from 255 or 24.89% from 221); Blue value is 69 (27.34% from 255 or 31.22% from 221); Max value from RGB is 97 - color contains mainly: red. Hex color #613745 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613745 is #9EC8BA. Grayscale: #454545. Windows color (decimal): -10406075 or 4536161. OLE color: 4536161.

HSL color Cylindrical-coordinate representation of color #613745: hue angle of 340º 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 #613745 is Cyan = 0, Magento = 0.43, Yellow = 0.29 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 55 69 -
CMYK 0 0.43 0.29 0.62
HSL 340º 0.28% 0.3% -
HSV(B) 340º 0.43% 0.38% -
XYZ 7.37 5.7 6.34 -
YUV 69.15 127.91 147.86 -
System Red Green Blue C M Y K H S L
Decimal 97 55 69 0 0.43 0.29 0.62 340 0.28 0.3
Hex 61 37 45 0 2B 1D 3E 154 1C 1E
Octal 141 67 105 0 53 35 76 524 34 36
Binary 1100001 110111 1000101 0 101011 11101 111110 101010100 11100 11110

Color Harmonies of #613745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613745

Black with #613745

Text Example


Text Example

White with #613745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613745; }

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

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

background-color css

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

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

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

border-color css

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

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

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