#693A4C

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

Shades of Tawny Port #693A4C

Tints of Tawny Port #693A4C

Color information

#693A4C (or 0x693A4C) is unknown color: approx Tawny Port. HEX triplet: 69, 3A and 4C. RGB value is (105,58,76). Sum of RGB (Red+Green+Blue) = 105+58+76=239 (31% of max value = 765). Red value is 105 (41.41% from 255 or 43.93% from 239); Green value is 58 (23.05% from 255 or 24.27% from 239); Blue value is 76 (30.08% from 255 or 31.80% from 239); Max value from RGB is 105 - color contains mainly: red. Hex color #693A4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693A4C is #96C5B3. Grayscale: #4A4A4A. Windows color (decimal): -9881012 or 4995689. OLE color: 4995689.

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

Color convert

RGB1055876-
CMYK00.450.280.59
HSL337.02º28.83%31.96%-
HSV(B)337.02º44.76%41.18%-
XYZ8.646.557.65-
YUV74.1129.07150.04-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 43.93%
GREEN value IS 58 (23.05% from 255) = 24.27%
BLUE value IS 76 (30.08% from 255) = 31.80%
R=43.93%
G=24.27%
B=31.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.28
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105587600.450.280.59337.0228.8331.96
Hex693A4C02D1C3B1511d20
Octal1517211405534735213540
Binary1101001111010100110001011011110011101110101000111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693A4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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