#693C4D

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

Shades of Tawny Port #693C4D

Tints of Tawny Port #693C4D

Color information

#693C4D (or 0x693C4D) is unknown color: approx Tawny Port. HEX triplet: 69, 3C and 4D. RGB value is (105,60,77). Sum of RGB (Red+Green+Blue) = 105+60+77=242 (32% of max value = 765). Red value is 105 (41.41% from 255 or 43.39% from 242); Green value is 60 (23.83% from 255 or 24.79% from 242); Blue value is 77 (30.47% from 255 or 31.82% from 242); Max value from RGB is 105 - color contains mainly: red. Hex color #693C4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693C4D is #96C3B2. Grayscale: #4B4B4B. Windows color (decimal): -9880499 or 5061737. OLE color: 5061737.

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

Color convert

RGB1056077-
CMYK00.430.270.59
HSL337.33º27.27%32.35%-
HSV(B)337.33º42.86%41.18%-
XYZ8.786.777.87-
YUV75.39128.91149.12-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 43.39%
GREEN value IS 60 (23.83% from 255) = 24.79%
BLUE value IS 77 (30.47% from 255) = 31.82%
R=43.39%
G=24.79%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.27
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105607700.430.270.59337.3327.2732.35
Hex693C4D02B1B3B1511b20
Octal1517411505333735213340
Binary1101001111100100110101010111101111101110101000111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693C4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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