#614148

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

Shades of Tawny Port #614148

Tints of Tawny Port #614148

Color information

#614148 (or 0x614148) is unknown color: approx Tawny Port. HEX triplet: 61, 41 and 48. RGB value is (97,65,72). Sum of RGB (Red+Green+Blue) = 97+65+72=234 (30% of max value = 765). Red value is 97 (38.28% from 255 or 41.45% from 234); Green value is 65 (25.78% from 255 or 27.78% from 234); Blue value is 72 (28.52% from 255 or 30.77% from 234); Max value from RGB is 97 - color contains mainly: red. Hex color #614148 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614148 is #9EBEB7. Grayscale: #4B4B4B. Windows color (decimal): -10403512 or 4735329. OLE color: 4735329.

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

Color convert

RGB976572-
CMYK00.330.260.62
HSL346.88º19.75%31.76%-
HSV(B)346.88º32.99%38.04%-
XYZ7.996.797.02-
YUV75.37126.1143.43-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 41.45%
GREEN value IS 65 (25.78% from 255) = 27.78%
BLUE value IS 72 (28.52% from 255) = 30.77%
R=41.45%
G=27.78%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.26
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97657200.330.260.62346.8819.7531.76
Hex6141480211A3E15b1420
Octal14110111004132765332440
Binary11000011000001100100001000011101011111010101101110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614148; }

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

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

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

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

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

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

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

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