#693C49

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

Shades of Tawny Port #693C49

Tints of Tawny Port #693C49

Color information

#693C49 (or 0x693C49) is unknown color: approx Tawny Port. HEX triplet: 69, 3C and 49. RGB value is (105,60,73). Sum of RGB (Red+Green+Blue) = 105+60+73=238 (31% of max value = 765). Red value is 105 (41.41% from 255 or 44.12% from 238); Green value is 60 (23.83% from 255 or 25.21% from 238); Blue value is 73 (28.91% from 255 or 30.67% from 238); Max value from RGB is 105 - color contains mainly: red. Hex color #693C49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693C49 is #96C3B6. Grayscale: #4A4A4A. Windows color (decimal): -9880503 or 4799593. OLE color: 4799593.

HSL color Cylindrical-coordinate representation of color #693C49: hue angle of 342.67º degrees, saturation: 0.27, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #693C49 is Cyan = 0, Magento = 0.43, Yellow = 0.30 and Black (K on CMYK) = 0.59.

Color convert

RGB1056073-
CMYK00.430.300.59
HSL342.67º27.27%32.35%-
HSV(B)342.67º42.86%41.18%-
XYZ8.646.727.14-
YUV74.94126.91149.44-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 44.12%
GREEN value IS 60 (23.83% from 255) = 25.21%
BLUE value IS 73 (28.91% from 255) = 30.67%
R=44.12%
G=25.21%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.30
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105607300.430.300.59342.6727.2732.35
Hex693C4902B1E3B1571b20
Octal1517411105336735273340
Binary1101001111100100100101010111111011101110101011111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693C49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693C49; }

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

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

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

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

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

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

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

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