#693349

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

Shades of Tawny Port #693349

Tints of Tawny Port #693349

Color information

#693349 (or 0x693349) is unknown color: approx Tawny Port. HEX triplet: 69, 33 and 49. RGB value is (105,51,73). Sum of RGB (Red+Green+Blue) = 105+51+73=229 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.85% from 229); Green value is 51 (20.31% from 255 or 22.27% from 229); Blue value is 73 (28.91% from 255 or 31.88% from 229); Max value from RGB is 105 - color contains mainly: red. Hex color #693349 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693349 is #96CCB6. Grayscale: #454545. Windows color (decimal): -9882807 or 4797289. OLE color: 4797289.

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

Color convert

RGB1055173-
CMYK00.510.300.59
HSL335.56º34.62%30.59%-
HSV(B)335.56º51.43%41.18%-
XYZ8.215.857-
YUV69.65129.89153.21-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 45.85%
GREEN value IS 51 (20.31% from 255) = 22.27%
BLUE value IS 73 (28.91% from 255) = 31.88%
R=45.85%
G=22.27%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.30
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105517300.510.300.59335.5634.6230.59
Hex6933490331E3B150231f
Octal1516311106336735204337
Binary1101001110011100100101100111111011101110101000010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693349; }

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

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

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

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

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

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

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

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