#693544

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

Shades of Tawny Port #693544

Tints of Tawny Port #693544

Color information

#693544 (or 0x693544) is unknown color: approx Tawny Port. HEX triplet: 69, 35 and 44. RGB value is (105,53,68). Sum of RGB (Red+Green+Blue) = 105+53+68=226 (29% of max value = 765). Red value is 105 (41.41% from 255 or 46.46% from 226); Green value is 53 (21.09% from 255 or 23.45% from 226); Blue value is 68 (26.95% from 255 or 30.09% from 226); Max value from RGB is 105 - color contains mainly: red. Hex color #693544 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693544 is #96CABB. Grayscale: #464646. Windows color (decimal): -9882300 or 4470121. OLE color: 4470121.

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

Color convert

RGB1055368-
CMYK00.500.350.59
HSL342.69º32.91%30.98%-
HSV(B)342.69º49.52%41.18%-
XYZ8.145.976.19-
YUV70.26126.73152.78-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 46.46%
GREEN value IS 53 (21.09% from 255) = 23.45%
BLUE value IS 68 (26.95% from 255) = 30.09%
R=46.46%
G=23.45%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.35
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105536800.500.350.59342.6932.9130.98
Hex693544032233B157211f
Octal1516510406243735274137
Binary11010011101011000100011001010001111101110101011110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693544; }

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

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

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

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

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

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

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

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