#614145

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

Shades of Tawny Port #614145

Tints of Tawny Port #614145

Color information

#614145 (or 0x614145) is unknown color: approx Tawny Port. HEX triplet: 61, 41 and 45. RGB value is (97,65,69). Sum of RGB (Red+Green+Blue) = 97+65+69=231 (30% of max value = 765). Red value is 97 (38.28% from 255 or 41.99% from 231); Green value is 65 (25.78% from 255 or 28.14% from 231); Blue value is 69 (27.34% from 255 or 29.87% from 231); Max value from RGB is 97 - color contains mainly: red. Hex color #614145 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614145 is #9EBEBA. Grayscale: #4B4B4B. Windows color (decimal): -10403515 or 4538721. OLE color: 4538721.

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

Color convert

RGB976569-
CMYK00.330.290.62
HSL352.5º19.75%31.76%-
HSV(B)352.5º32.99%38.04%-
XYZ7.896.756.52-
YUV75.02124.6143.67-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 41.99%
GREEN value IS 65 (25.78% from 255) = 28.14%
BLUE value IS 69 (27.34% from 255) = 29.87%
R=41.99%
G=28.14%
B=29.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.29
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97656900.330.290.62352.519.7531.76
Hex6141450211D3E1601420
Octal14110110504135765402440
Binary11000011000001100010101000011110111111010110000010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614145; }

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

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

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

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

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

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

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

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