#693147

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

Shades of Tawny Port #693147

Tints of Tawny Port #693147

Color information

#693147 (or 0x693147) is unknown color: approx Tawny Port. HEX triplet: 69, 31 and 47. RGB value is (105,49,71). Sum of RGB (Red+Green+Blue) = 105+49+71=225 (29% of max value = 765). Red value is 105 (41.41% from 255 or 46.67% from 225); Green value is 49 (19.53% from 255 or 21.78% from 225); Blue value is 71 (28.12% from 255 or 31.56% from 225); Max value from RGB is 105 - color contains mainly: red. Hex color #693147 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693147 is #96CEB8. Grayscale: #444444. Windows color (decimal): -9883321 or 4665705. OLE color: 4665705.

HSL color Cylindrical-coordinate representation of color #693147: hue angle of 336.43º 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 #693147 is Cyan = 0, Magento = 0.53, Yellow = 0.32 and Black (K on CMYK) = 0.59.

Color convert

RGB1054971-
CMYK00.530.320.59
HSL336.43º36.36%30.2%-
HSV(B)336.43º53.33%41.18%-
XYZ8.065.656.63-
YUV68.25129.55154.21-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 46.67%
GREEN value IS 49 (19.53% from 255) = 21.78%
BLUE value IS 71 (28.12% from 255) = 31.56%
R=46.67%
G=21.78%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.32
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105497100.530.320.59336.4336.3630.2
Hex693147035203B150241e
Octal1516110706540735204436
Binary11010011100011000111011010110000011101110101000010010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693147; }

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

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

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

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

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

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

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

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