#693A44

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

Shades of Tawny Port #693A44

Tints of Tawny Port #693A44

Color information

#693A44 (or 0x693A44) is unknown color: approx Tawny Port. HEX triplet: 69, 3A and 44. RGB value is (105,58,68). Sum of RGB (Red+Green+Blue) = 105+58+68=231 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.45% from 231); Green value is 58 (23.05% from 255 or 25.11% from 231); Blue value is 68 (26.95% from 255 or 29.44% from 231); Max value from RGB is 105 - color contains mainly: red. Hex color #693A44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693A44 is #96C5BB. Grayscale: #494949. Windows color (decimal): -9881020 or 4471401. OLE color: 4471401.

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

Color convert

RGB1055868-
CMYK00.450.350.59
HSL347.23º28.83%31.96%-
HSV(B)347.23º44.76%41.18%-
XYZ8.386.456.27-
YUV73.19125.07150.69-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 45.45%
GREEN value IS 58 (23.05% from 255) = 25.11%
BLUE value IS 68 (26.95% from 255) = 29.44%
R=45.45%
G=25.11%
B=29.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.35
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105586800.450.350.59347.2328.8331.96
Hex693A4402D233B15b1d20
Octal1517210405543735333540
Binary11010011110101000100010110110001111101110101101111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693A44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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