#693A47

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

Shades of Tawny Port #693A47

Tints of Tawny Port #693A47

Color information

#693A47 (or 0x693A47) is unknown color: approx Tawny Port. HEX triplet: 69, 3A and 47. RGB value is (105,58,71). Sum of RGB (Red+Green+Blue) = 105+58+71=234 (30% of max value = 765). Red value is 105 (41.41% from 255 or 44.87% from 234); Green value is 58 (23.05% from 255 or 24.79% from 234); Blue value is 71 (28.12% from 255 or 30.34% from 234); Max value from RGB is 105 - color contains mainly: red. Hex color #693A47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693A47 is #96C5B8. Grayscale: #494949. Windows color (decimal): -9881017 or 4668009. OLE color: 4668009.

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

Color convert

RGB1055871-
CMYK00.450.320.59
HSL343.4º28.83%31.96%-
HSV(B)343.4º44.76%41.18%-
XYZ8.486.486.77-
YUV73.54126.57150.44-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 44.87%
GREEN value IS 58 (23.05% from 255) = 24.79%
BLUE value IS 71 (28.12% from 255) = 30.34%
R=44.87%
G=24.79%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.32
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105587100.450.320.59343.428.8331.96
Hex693A4702D203B1571d20
Octal1517210705540735273540
Binary11010011110101000111010110110000011101110101011111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693A47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,58,71); }

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

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

 a { background-color: rgb(105,58,71); }

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

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

 span { border-color: rgb(105,58,71); }

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