#614045

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

Shades of Tawny Port #614045

Tints of Tawny Port #614045

Color information

#614045 (or 0x614045) is unknown color: approx Tawny Port. HEX triplet: 61, 40 and 45. RGB value is (97,64,69). Sum of RGB (Red+Green+Blue) = 97+64+69=230 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.17% from 230); Green value is 64 (25.39% from 255 or 27.83% from 230); Blue value is 69 (27.34% from 255 or 30% from 230); Max value from RGB is 97 - color contains mainly: red. Hex color #614045 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614045 is #9EBFBA. Grayscale: #4A4A4A. Windows color (decimal): -10403771 or 4538465. OLE color: 4538465.

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

Color convert

RGB976469-
CMYK00.340.290.62
HSL350.91º20.5%31.57%-
HSV(B)350.91º34.02%38.04%-
XYZ7.846.646.5-
YUV74.44124.93144.09-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 42.17%
GREEN value IS 64 (25.39% from 255) = 27.83%
BLUE value IS 69 (27.34% from 255) = 30%
R=42.17%
G=27.83%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.29
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97646900.340.290.62350.9120.531.57
Hex6140450221D3E15f1420
Octal14110010504235765372440
Binary11000011000000100010101000101110111111010101111110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614045; }

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

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

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

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

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

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

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

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