#694049

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

Shades of Tawny Port #694049

Tints of Tawny Port #694049

Color information

#694049 (or 0x694049) is unknown color: approx Tawny Port. HEX triplet: 69, 40 and 49. RGB value is (105,64,73). Sum of RGB (Red+Green+Blue) = 105+64+73=242 (32% of max value = 765). Red value is 105 (41.41% from 255 or 43.39% from 242); Green value is 64 (25.39% from 255 or 26.45% from 242); Blue value is 73 (28.91% from 255 or 30.17% from 242); Max value from RGB is 105 - color contains mainly: red. Hex color #694049 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694049 is #96BFB6. Grayscale: #4D4D4D. Windows color (decimal): -9879479 or 4800617. OLE color: 4800617.

HSL color Cylindrical-coordinate representation of color #694049: hue angle of 346.83º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #694049 is Cyan = 0, Magento = 0.39, Yellow = 0.30 and Black (K on CMYK) = 0.59.

Color convert

RGB1056473-
CMYK00.390.300.59
HSL346.83º24.26%33.14%-
HSV(B)346.83º39.05%41.18%-
XYZ8.867.157.22-
YUV77.28125.58147.77-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 43.39%
GREEN value IS 64 (25.39% from 255) = 26.45%
BLUE value IS 73 (28.91% from 255) = 30.17%
R=43.39%
G=26.45%
B=30.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.30
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105647300.390.300.59346.8324.2633.14
Hex6940490271E3B15b1821
Octal15110011104736735333041
Binary11010011000000100100101001111111011101110101101111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694049; }

 p { color: rgb(105,64,73); }

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

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

 a { background-color: rgb(105,64,73); }

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

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

 span { border-color: rgb(105,64,73); }

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