Html Css Color HEX #614047 Tawny Port

📋 copy color: '#614047'

red 97 ◦ green 64 ◦ blue 71

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

Shades of Tawny Port #614047

Tints of Tawny Port #614047

RGB

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

 GREEN value IS 64 (25.39% from 255) = 27.59%

 BLUE value IS 71 (28.13% from 255) = 30.6%

R = 41.81%
G = 27.59%
B = 30.6%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.27

 K value IS 0.62

RGB Variations

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

Color information

#614047 (or 0x614047) is known color: Tawny Port. HEX triplet: 61, 40 and 47. RGB value is (97,64,71). Sum of RGB (Red+Green+Blue) = 97+64+71=232 (30% of max value = 765). Red value is 97 (38.28% from 255 or 41.81% from 232); Green value is 64 (25.39% from 255 or 27.59% from 232); Blue value is 71 (28.12% from 255 or 30.60% from 232); Max value from RGB is 97 - color contains mainly: red. Hex color #614047 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614047 is #9EBFB8. Grayscale: #4A4A4A. Windows color (decimal): -10403769 or 4669537. OLE color: 4669537.

HSL color Cylindrical-coordinate representation of color #614047: hue angle of 347.27º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #614047 is Cyan = 0, Magento = 0.34, Yellow = 0.27 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 64 71 -
CMYK 0 0.34 0.27 0.62
HSL 347.27º 0.2% 0.32% -
HSV(B) 347.27º 0.34% 0.38% -
XYZ 7.9 6.66 6.83 -
YUV 74.67 125.93 143.93 -
System Red Green Blue C M Y K H S L
Decimal 97 64 71 0 0.34 0.27 0.62 347.27 0.2 0.32
Hex 61 40 47 0 22 1B 3E 15B 14 20
Octal 141 100 107 0 42 33 76 533 24 40
Binary 1100001 1000000 1000111 0 100010 11011 111110 101011011 10100 100000

Color Harmonies of #614047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614047

Black with #614047

Text Example


Text Example

White with #614047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614047; }

 p { color: rgb(97,64,71); }

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

background-color css

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

 a { background-color: rgb(97,64,71); }

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

border-color css

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

 span { border-color: rgb(97,64,71); }

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