Html Css Color HEX #613F48 Tawny Port

📋 copy color: '#613F48'

red 97 ◦ green 63 ◦ blue 72

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

Shades of Tawny Port #613F48

Tints of Tawny Port #613F48

RGB

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

 GREEN value IS 63 (25% from 255) = 27.16%

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

R = 41.81%
G = 27.16%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.26

 K value IS 0.62

RGB Variations

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

Color information

#613F48 (or 0x613F48) is known color: Tawny Port. HEX triplet: 61, 3F and 48. RGB value is (97,63,72). Sum of RGB (Red+Green+Blue) = 97+63+72=232 (30% of max value = 765). Red value is 97 (38.28% from 255 or 41.81% from 232); Green value is 63 (25% from 255 or 27.16% from 232); Blue value is 72 (28.52% from 255 or 31.03% from 232); Max value from RGB is 97 - color contains mainly: red. Hex color #613F48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613F48 is #9EC0B7. Grayscale: #4A4A4A. Windows color (decimal): -10404024 or 4734817. OLE color: 4734817.

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

Color convert

RGB 97 63 72 -
CMYK 0 0.35 0.26 0.62
HSL 344.12º 0.21% 0.31% -
HSV(B) 344.12º 0.35% 0.38% -
XYZ 7.88 6.56 6.98 -
YUV 74.19 126.76 144.27 -
System Red Green Blue C M Y K H S L
Decimal 97 63 72 0 0.35 0.26 0.62 344.12 0.21 0.31
Hex 61 3F 48 0 23 1A 3E 158 15 1F
Octal 141 77 110 0 43 32 76 530 25 37
Binary 1100001 111111 1001000 0 100011 11010 111110 101011000 10101 11111

Color Harmonies of #613F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613F48

Black with #613F48

Text Example


Text Example

White with #613F48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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