#614147

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

Shades of Tawny Port #614147

Tints of Tawny Port #614147

Color information

#614147 (or 0x614147) is unknown color: approx Tawny Port. HEX triplet: 61, 41 and 47. RGB value is (97,65,71). Sum of RGB (Red+Green+Blue) = 97+65+71=233 (30% of max value = 765). Red value is 97 (38.28% from 255 or 41.63% from 233); Green value is 65 (25.78% from 255 or 27.90% from 233); Blue value is 71 (28.12% from 255 or 30.47% from 233); Max value from RGB is 97 - color contains mainly: red. Hex color #614147 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614147 is #9EBEB8. Grayscale: #4B4B4B. Windows color (decimal): -10403513 or 4669793. OLE color: 4669793.

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

Color convert

RGB976571-
CMYK00.330.270.62
HSL348.75º19.75%31.76%-
HSV(B)348.75º32.99%38.04%-
XYZ7.966.786.85-
YUV75.25125.6143.51-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 41.63%
GREEN value IS 65 (25.78% from 255) = 27.90%
BLUE value IS 71 (28.12% from 255) = 30.47%
R=41.63%
G=27.90%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.27
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97657100.330.270.62348.7519.7531.76
Hex6141470211B3E15d1420
Octal14110110704133765352440
Binary11000011000001100011101000011101111111010101110110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614147; }

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

 H1.HeaderClassName
 {
   color: #614147;
 }
 .AnyTagClassName
 {
   color: #614147;
 }
</style>
background-color css

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

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

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

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

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

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