#693C4A

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

Shades of Tawny Port #693C4A

Tints of Tawny Port #693C4A

Color information

#693C4A (or 0x693C4A) is unknown color: approx Tawny Port. HEX triplet: 69, 3C and 4A. RGB value is (105,60,74). Sum of RGB (Red+Green+Blue) = 105+60+74=239 (31% of max value = 765). Red value is 105 (41.41% from 255 or 43.93% from 239); Green value is 60 (23.83% from 255 or 25.10% from 239); Blue value is 74 (29.30% from 255 or 30.96% from 239); Max value from RGB is 105 - color contains mainly: red. Hex color #693C4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693C4A is #96C3B5. Grayscale: #4B4B4B. Windows color (decimal): -9880502 or 4865129. OLE color: 4865129.

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

Color convert

RGB1056074-
CMYK00.430.300.59
HSL341.33º27.27%32.35%-
HSV(B)341.33º42.86%41.18%-
XYZ8.686.737.32-
YUV75.05127.41149.36-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 43.93%
GREEN value IS 60 (23.83% from 255) = 25.10%
BLUE value IS 74 (29.30% from 255) = 30.96%
R=43.93%
G=25.10%
B=30.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.30
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105607400.430.300.59341.3327.2732.35
Hex693C4A02B1E3B1551b20
Octal1517411205336735253340
Binary1101001111100100101001010111111011101110101010111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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