Html Css Color HEX #613C44 Tawny Port

📋 copy color: '#613C44'

red 97 ◦ green 60 ◦ blue 68

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

Shades of Tawny Port #613C44

Tints of Tawny Port #613C44

RGB

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

 GREEN value IS 60 (23.83% from 255) = 26.67%

 BLUE value IS 68 (26.95% from 255) = 30.22%

R = 43.11%
G = 26.67%
B = 30.22%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.30

 K value IS 0.62

RGB Variations

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

Color information

#613C44 (or 0x613C44) is known color: Tawny Port. HEX triplet: 61, 3C and 44. RGB value is (97,60,68). Sum of RGB (Red+Green+Blue) = 97+60+68=225 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.11% from 225); Green value is 60 (23.83% from 255 or 26.67% from 225); Blue value is 68 (26.95% from 255 or 30.22% from 225); Max value from RGB is 97 - color contains mainly: red. Hex color #613C44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613C44 is #9EC3BB. Grayscale: #474747. Windows color (decimal): -10404796 or 4471905. OLE color: 4471905.

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

Color convert

RGB 97 60 68 -
CMYK 0 0.38 0.30 0.62
HSL 347.03º 0.24% 0.31% -
HSV(B) 347.03º 0.38% 0.38% -
XYZ 7.59 6.19 6.26 -
YUV 71.98 125.76 145.85 -
System Red Green Blue C M Y K H S L
Decimal 97 60 68 0 0.38 0.30 0.62 347.03 0.24 0.31
Hex 61 3C 44 0 26 1E 3E 15B 18 1F
Octal 141 74 104 0 46 36 76 533 30 37
Binary 1100001 111100 1000100 0 100110 11110 111110 101011011 11000 11111

Color Harmonies of #613C44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613C44

Black with #613C44

Text Example


Text Example

White with #613C44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613C44; }

 p { color: rgb(97,60,68); }

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

background-color css

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

 a { background-color: rgb(97,60,68); }

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

border-color css

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

 span { border-color: rgb(97,60,68); }

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