Html Css Color HEX #614048 Tawny Port

📋 copy color: '#614048'

red 97 ◦ green 64 ◦ blue 72

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

Shades of Tawny Port #614048

Tints of Tawny Port #614048

RGB

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

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

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

R = 41.63%
G = 27.47%
B = 30.9%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.26

 K value IS 0.62

RGB Variations

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

Color information

#614048 (or 0x614048) is known color: Tawny Port. HEX triplet: 61, 40 and 48. RGB value is (97,64,72). Sum of RGB (Red+Green+Blue) = 97+64+72=233 (30% of max value = 765). Red value is 97 (38.28% from 255 or 41.63% from 233); Green value is 64 (25.39% from 255 or 27.47% from 233); Blue value is 72 (28.52% from 255 or 30.90% from 233); Max value from RGB is 97 - color contains mainly: red. Hex color #614048 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614048 is #9EBFB7. Grayscale: #4A4A4A. Windows color (decimal): -10403768 or 4735073. OLE color: 4735073.

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

Color convert

RGB 97 64 72 -
CMYK 0 0.34 0.26 0.62
HSL 345.45º 0.2% 0.32% -
HSV(B) 345.45º 0.34% 0.38% -
XYZ 7.93 6.68 7 -
YUV 74.78 126.43 143.85 -
System Red Green Blue C M Y K H S L
Decimal 97 64 72 0 0.34 0.26 0.62 345.45 0.2 0.32
Hex 61 40 48 0 22 1A 3E 159 14 20
Octal 141 100 110 0 42 32 76 531 24 40
Binary 1100001 1000000 1001000 0 100010 11010 111110 101011001 10100 100000

Color Harmonies of #614048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614048

Black with #614048

Text Example


Text Example

White with #614048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614048; }

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

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

background-color css

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

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

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

border-color css

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

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

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