#694249

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

Shades of Tawny Port #694249

Tints of Tawny Port #694249

Color information

#694249 (or 0x694249) is unknown color: approx Tawny Port. HEX triplet: 69, 42 and 49. RGB value is (105,66,73). Sum of RGB (Red+Green+Blue) = 105+66+73=244 (32% of max value = 765). Red value is 105 (41.41% from 255 or 43.03% from 244); Green value is 66 (26.17% from 255 or 27.05% from 244); Blue value is 73 (28.91% from 255 or 29.92% from 244); Max value from RGB is 105 - color contains mainly: red. Hex color #694249 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694249 is #96BDB6. Grayscale: #4E4E4E. Windows color (decimal): -9878967 or 4801129. OLE color: 4801129.

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

Color convert

RGB1056673-
CMYK00.370.300.59
HSL349.23º22.81%33.53%-
HSV(B)349.23º37.14%41.18%-
XYZ8.987.387.25-
YUV78.46124.92146.93-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 43.03%
GREEN value IS 66 (26.17% from 255) = 27.05%
BLUE value IS 73 (28.91% from 255) = 29.92%
R=43.03%
G=27.05%
B=29.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.30
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105667300.370.300.59349.2322.8133.53
Hex6942490251E3B15d1722
Octal15110211104536735352742
Binary11010011000010100100101001011111011101110101110110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694249; }

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

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

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

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

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

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

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

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