#693B4A

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

Shades of Tawny Port #693B4A

Tints of Tawny Port #693B4A

Color information

#693B4A (or 0x693B4A) is unknown color: approx Tawny Port. HEX triplet: 69, 3B and 4A. RGB value is (105,59,74). Sum of RGB (Red+Green+Blue) = 105+59+74=238 (31% of max value = 765). Red value is 105 (41.41% from 255 or 44.12% from 238); Green value is 59 (23.44% from 255 or 24.79% from 238); Blue value is 74 (29.30% from 255 or 31.09% from 238); Max value from RGB is 105 - color contains mainly: red. Hex color #693B4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693B4A is #96C4B5. Grayscale: #4A4A4A. Windows color (decimal): -9880758 or 4864873. OLE color: 4864873.

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

Color convert

RGB1055974-
CMYK00.440.300.59
HSL340.43º28.05%32.16%-
HSV(B)340.43º43.81%41.18%-
XYZ8.636.637.3-
YUV74.46127.74149.78-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 44.12%
GREEN value IS 59 (23.44% from 255) = 24.79%
BLUE value IS 74 (29.30% from 255) = 31.09%
R=44.12%
G=24.79%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.30
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105597400.440.300.59340.4328.0532.16
Hex693B4A02C1E3B1541c20
Octal1517311205436735243440
Binary1101001111011100101001011001111011101110101010011100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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