#614247

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

Shades of Tawny Port #614247

Tints of Tawny Port #614247

Color information

#614247 (or 0x614247) is unknown color: approx Tawny Port. HEX triplet: 61, 42 and 47. RGB value is (97,66,71). Sum of RGB (Red+Green+Blue) = 97+66+71=234 (30% of max value = 765). Red value is 97 (38.28% from 255 or 41.45% from 234); Green value is 66 (26.17% from 255 or 28.21% from 234); Blue value is 71 (28.12% from 255 or 30.34% from 234); Max value from RGB is 97 - color contains mainly: red. Hex color #614247 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614247 is #9EBDB8. Grayscale: #4B4B4B. Windows color (decimal): -10403257 or 4670049. OLE color: 4670049.

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

Color convert

RGB976671-
CMYK00.320.270.62
HSL350.32º19.02%31.96%-
HSV(B)350.32º31.96%38.04%-
XYZ8.026.896.87-
YUV75.84125.27143.09-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 41.45%
GREEN value IS 66 (26.17% from 255) = 28.21%
BLUE value IS 71 (28.12% from 255) = 30.34%
R=41.45%
G=28.21%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.27
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97667100.320.270.62350.3219.0231.96
Hex6142470201B3E15e1320
Octal14110210704033765362340
Binary11000011000010100011101000001101111111010101111010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614247; }

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

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

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

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

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

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

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

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