#693149

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

Shades of Tawny Port #693149

Tints of Tawny Port #693149

Color information

#693149 (or 0x693149) is unknown color: approx Tawny Port. HEX triplet: 69, 31 and 49. RGB value is (105,49,73). Sum of RGB (Red+Green+Blue) = 105+49+73=227 (30% of max value = 765). Red value is 105 (41.41% from 255 or 46.26% from 227); Green value is 49 (19.53% from 255 or 21.59% from 227); Blue value is 73 (28.91% from 255 or 32.16% from 227); Max value from RGB is 105 - color contains mainly: red. Hex color #693149 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693149 is #96CEB6. Grayscale: #444444. Windows color (decimal): -9883319 or 4796777. OLE color: 4796777.

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

Color convert

RGB1054973-
CMYK00.530.300.59
HSL334.29º36.36%30.2%-
HSV(B)334.29º53.33%41.18%-
XYZ8.135.686.97-
YUV68.48130.55154.05-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 46.26%
GREEN value IS 49 (19.53% from 255) = 21.59%
BLUE value IS 73 (28.91% from 255) = 32.16%
R=46.26%
G=21.59%
B=32.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.30
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105497300.530.300.59334.2936.3630.2
Hex6931490351E3B14e241e
Octal1516111106536735164436
Binary1101001110001100100101101011111011101110100111010010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693149; }

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

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

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

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

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

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

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

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