#693A4D

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

Shades of Tawny Port #693A4D

Tints of Tawny Port #693A4D

Color information

#693A4D (or 0x693A4D) is unknown color: approx Tawny Port. HEX triplet: 69, 3A and 4D. RGB value is (105,58,77). Sum of RGB (Red+Green+Blue) = 105+58+77=240 (31% of max value = 765). Red value is 105 (41.41% from 255 or 43.75% from 240); Green value is 58 (23.05% from 255 or 24.17% from 240); Blue value is 77 (30.47% from 255 or 32.08% from 240); Max value from RGB is 105 - color contains mainly: red. Hex color #693A4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693A4D is #96C5B2. Grayscale: #4A4A4A. Windows color (decimal): -9881011 or 5061225. OLE color: 5061225.

HSL color Cylindrical-coordinate representation of color #693A4D: hue angle of 335.74º 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 #693A4D is Cyan = 0, Magento = 0.45, Yellow = 0.27 and Black (K on CMYK) = 0.59.

Color convert

RGB1055877-
CMYK00.450.270.59
HSL335.74º28.83%31.96%-
HSV(B)335.74º44.76%41.18%-
XYZ8.686.577.83-
YUV74.22129.57149.96-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 43.75%
GREEN value IS 58 (23.05% from 255) = 24.17%
BLUE value IS 77 (30.47% from 255) = 32.08%
R=43.75%
G=24.17%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.27
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105587700.450.270.59335.7428.8331.96
Hex693A4D02D1B3B1501d20
Octal1517211505533735203540
Binary1101001111010100110101011011101111101110101000011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693A4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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