#694047

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

Shades of Tawny Port #694047

Tints of Tawny Port #694047

Color information

#694047 (or 0x694047) is unknown color: approx Tawny Port. HEX triplet: 69, 40 and 47. RGB value is (105,64,71). Sum of RGB (Red+Green+Blue) = 105+64+71=240 (31% of max value = 765). Red value is 105 (41.41% from 255 or 43.75% from 240); Green value is 64 (25.39% from 255 or 26.67% from 240); Blue value is 71 (28.12% from 255 or 29.58% from 240); Max value from RGB is 105 - color contains mainly: red. Hex color #694047 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694047 is #96BFB8. Grayscale: #4D4D4D. Windows color (decimal): -9879481 or 4669545. OLE color: 4669545.

HSL color Cylindrical-coordinate representation of color #694047: hue angle of 349.76º 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 #694047 is Cyan = 0, Magento = 0.39, Yellow = 0.32 and Black (K on CMYK) = 0.59.

Color convert

RGB1056471-
CMYK00.390.320.59
HSL349.76º24.26%33.14%-
HSV(B)349.76º39.05%41.18%-
XYZ8.87.126.87-
YUV77.06124.58147.93-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 43.75%
GREEN value IS 64 (25.39% from 255) = 26.67%
BLUE value IS 71 (28.12% from 255) = 29.58%
R=43.75%
G=26.67%
B=29.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.32
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105647100.390.320.59349.7624.2633.14
Hex694047027203B15e1821
Octal15110010704740735363041
Binary110100110000001000111010011110000011101110101111011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694047; }

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

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

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

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

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

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

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

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