#693343

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

Shades of Tawny Port #693343

Tints of Tawny Port #693343

Color information

#693343 (or 0x693343) is unknown color: approx Tawny Port. HEX triplet: 69, 33 and 43. RGB value is (105,51,67). Sum of RGB (Red+Green+Blue) = 105+51+67=223 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.09% from 223); Green value is 51 (20.31% from 255 or 22.87% from 223); Blue value is 67 (26.56% from 255 or 30.04% from 223); Max value from RGB is 105 - color contains mainly: red. Hex color #693343 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693343 is #96CCBC. Grayscale: #444444. Windows color (decimal): -9882813 or 4404073. OLE color: 4404073.

HSL color Cylindrical-coordinate representation of color #693343: hue angle of 342.22º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #693343 is Cyan = 0, Magento = 0.51, Yellow = 0.36 and Black (K on CMYK) = 0.59.

Color convert

RGB1055167-
CMYK00.510.360.59
HSL342.22º34.62%30.59%-
HSV(B)342.22º51.43%41.18%-
XYZ8.025.786-
YUV68.97126.89153.7-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 47.09%
GREEN value IS 51 (20.31% from 255) = 22.87%
BLUE value IS 67 (26.56% from 255) = 30.04%
R=47.09%
G=22.87%
B=30.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.36
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105516700.510.360.59342.2234.6230.59
Hex693343033243B156231f
Octal1516310306344735264337
Binary11010011100111000011011001110010011101110101011010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693343; }

 p { color: rgb(105,51,67); }

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

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

 a { background-color: rgb(105,51,67); }

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

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

 span { border-color: rgb(105,51,67); }

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