Html Css Color HEX #613D44 Tawny Port

📋 copy color: '#613D44'

red 97 ◦ green 61 ◦ blue 68

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

Shades of Tawny Port #613D44

Tints of Tawny Port #613D44

RGB

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

 GREEN value IS 61 (24.22% from 255) = 26.99%

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

R = 42.92%
G = 26.99%
B = 30.09%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.30

 K value IS 0.62

RGB Variations

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

Color information

#613D44 (or 0x613D44) is known color: Tawny Port. HEX triplet: 61, 3D and 44. RGB value is (97,61,68). Sum of RGB (Red+Green+Blue) = 97+61+68=226 (29% of max value = 765). Red value is 97 (38.28% from 255 or 42.92% from 226); Green value is 61 (24.22% from 255 or 26.99% from 226); Blue value is 68 (26.95% from 255 or 30.09% from 226); Max value from RGB is 97 - color contains mainly: red. Hex color #613D44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613D44 is #9EC2BB. Grayscale: #484848. Windows color (decimal): -10404540 or 4472161. OLE color: 4472161.

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

Color convert

RGB 97 61 68 -
CMYK 0 0.37 0.30 0.62
HSL 348.33º 0.23% 0.31% -
HSV(B) 348.33º 0.37% 0.38% -
XYZ 7.64 6.3 6.28 -
YUV 72.56 125.43 145.43 -
System Red Green Blue C M Y K H S L
Decimal 97 61 68 0 0.37 0.30 0.62 348.33 0.23 0.31
Hex 61 3D 44 0 25 1E 3E 15C 17 1F
Octal 141 75 104 0 45 36 76 534 27 37
Binary 1100001 111101 1000100 0 100101 11110 111110 101011100 10111 11111

Color Harmonies of #613D44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613D44

Black with #613D44

Text Example


Text Example

White with #613D44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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