#693D4C

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

Shades of Tawny Port #693D4C

Tints of Tawny Port #693D4C

Color information

#693D4C (or 0x693D4C) is unknown color: approx Tawny Port. HEX triplet: 69, 3D and 4C. RGB value is (105,61,76). Sum of RGB (Red+Green+Blue) = 105+61+76=242 (32% of max value = 765). Red value is 105 (41.41% from 255 or 43.39% from 242); Green value is 61 (24.22% from 255 or 25.21% from 242); Blue value is 76 (30.08% from 255 or 31.40% from 242); Max value from RGB is 105 - color contains mainly: red. Hex color #693D4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693D4C is #96C2B3. Grayscale: #4B4B4B. Windows color (decimal): -9880244 or 4996457. OLE color: 4996457.

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

Color convert

RGB1056176-
CMYK00.420.280.59
HSL339.55º26.51%32.55%-
HSV(B)339.55º41.9%41.18%-
XYZ8.86.867.7-
YUV75.87128.08148.78-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 43.39%
GREEN value IS 61 (24.22% from 255) = 25.21%
BLUE value IS 76 (30.08% from 255) = 31.40%
R=43.39%
G=25.21%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.28
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105617600.420.280.59339.5526.5132.55
Hex693D4C02A1C3B1541b21
Octal1517511405234735243341
Binary1101001111101100110001010101110011101110101010011011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693D4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,61,76); }

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

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

 a { background-color: rgb(105,61,76); }

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

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

 span { border-color: rgb(105,61,76); }

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