#693C44

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

Shades of Tawny Port #693C44

Tints of Tawny Port #693C44

Color information

#693C44 (or 0x693C44) is unknown color: approx Tawny Port. HEX triplet: 69, 3C and 44. RGB value is (105,60,68). Sum of RGB (Red+Green+Blue) = 105+60+68=233 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.06% from 233); Green value is 60 (23.83% from 255 or 25.75% from 233); Blue value is 68 (26.95% from 255 or 29.18% from 233); Max value from RGB is 105 - color contains mainly: red. Hex color #693C44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693C44 is #96C3BB. Grayscale: #4A4A4A. Windows color (decimal): -9880508 or 4471913. OLE color: 4471913.

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

Color convert

RGB1056068-
CMYK00.430.350.59
HSL349.33º27.27%32.35%-
HSV(B)349.33º42.86%41.18%-
XYZ8.486.656.31-
YUV74.37124.41149.85-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 45.06%
GREEN value IS 60 (23.83% from 255) = 25.75%
BLUE value IS 68 (26.95% from 255) = 29.18%
R=45.06%
G=25.75%
B=29.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.35
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105606800.430.350.59349.3327.2732.35
Hex693C4402B233B15d1b20
Octal1517410405343735353340
Binary11010011111001000100010101110001111101110101110111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693C44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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