#614047

Color #614047 Tawny Port (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tawny Port #614047

Tints of Tawny Port #614047

Color information

#614047 (or 0x614047) is unknown color: approx 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

RGB976471-
CMYK00.340.270.62
HSL347.27º20.5%31.57%-
HSV(B)347.27º34.02%38.04%-
XYZ7.96.666.83-
YUV74.66125.93143.93-

RGB Variations

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

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.12% from 255) = 30.60%
R=41.81%
G=27.59%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.27
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97647100.340.270.62347.2720.531.57
Hex6140470221B3E15b1420
Octal14110010704233765332440
Binary11000011000000100011101000101101111111010101101110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>