#694149

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

Shades of Tawny Port #694149

Tints of Tawny Port #694149

Color information

#694149 (or 0x694149) is unknown color: approx Tawny Port. HEX triplet: 69, 41 and 49. RGB value is (105,65,73). Sum of RGB (Red+Green+Blue) = 105+65+73=243 (32% of max value = 765). Red value is 105 (41.41% from 255 or 43.21% from 243); Green value is 65 (25.78% from 255 or 26.75% from 243); Blue value is 73 (28.91% from 255 or 30.04% from 243); Max value from RGB is 105 - color contains mainly: red. Hex color #694149 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694149 is #96BEB6. Grayscale: #4D4D4D. Windows color (decimal): -9879223 or 4800873. OLE color: 4800873.

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

Color convert

RGB1056573-
CMYK00.380.300.59
HSL348º23.53%33.33%-
HSV(B)348º38.1%41.18%-
XYZ8.927.267.24-
YUV77.87125.25147.35-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 43.21%
GREEN value IS 65 (25.78% from 255) = 26.75%
BLUE value IS 73 (28.91% from 255) = 30.04%
R=43.21%
G=26.75%
B=30.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.30
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105657300.380.300.5934823.5333.33
Hex6941490261E3B15c1821
Octal15110111104636735343041
Binary11010011000001100100101001101111011101110101110011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694149; }

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

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

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

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

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

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

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

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