#693F4D

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

Shades of Tawny Port #693F4D

Tints of Tawny Port #693F4D

Color information

#693F4D (or 0x693F4D) is unknown color: approx Tawny Port. HEX triplet: 69, 3F and 4D. RGB value is (105,63,77). Sum of RGB (Red+Green+Blue) = 105+63+77=245 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.86% from 245); Green value is 63 (25% from 255 or 25.71% from 245); Blue value is 77 (30.47% from 255 or 31.43% from 245); Max value from RGB is 105 - color contains mainly: red. Hex color #693F4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693F4D is #96C0B2. Grayscale: #4D4D4D. Windows color (decimal): -9879731 or 5062505. OLE color: 5062505.

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

Color convert

RGB1056377-
CMYK00.40.270.59
HSL340º25%32.94%-
HSV(B)340º40%41.18%-
XYZ8.947.097.92-
YUV77.15127.91147.86-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 42.86%
GREEN value IS 63 (25% from 255) = 25.71%
BLUE value IS 77 (30.47% from 255) = 31.43%
R=42.86%
G=25.71%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.27
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105637700.40.270.593402532.94
Hex693F4D0281B3B1541921
Octal1517711505033735243141
Binary1101001111111100110101010001101111101110101010011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693F4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,63,77); }

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

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

 a { background-color: rgb(105,63,77); }

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

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

 span { border-color: rgb(105,63,77); }

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