#693541

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

Shades of Tawny Port #693541

Tints of Tawny Port #693541

Color information

#693541 (or 0x693541) is unknown color: approx Tawny Port. HEX triplet: 69, 35 and 41. RGB value is (105,53,65). Sum of RGB (Red+Green+Blue) = 105+53+65=223 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.09% from 223); Green value is 53 (21.09% from 255 or 23.77% from 223); Blue value is 65 (25.78% from 255 or 29.15% from 223); Max value from RGB is 105 - color contains mainly: red. Hex color #693541 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693541 is #96CABE. Grayscale: #454545. Windows color (decimal): -9882303 or 4273513. OLE color: 4273513.

HSL color Cylindrical-coordinate representation of color #693541: hue angle of 346.15º 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 #693541 is Cyan = 0, Magento = 0.50, Yellow = 0.38 and Black (K on CMYK) = 0.59.

Color convert

RGB1055365-
CMYK00.500.380.59
HSL346.15º32.91%30.98%-
HSV(B)346.15º49.52%41.18%-
XYZ8.055.935.72-
YUV69.92125.23153.02-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 47.09%
GREEN value IS 53 (21.09% from 255) = 23.77%
BLUE value IS 65 (25.78% from 255) = 29.15%
R=47.09%
G=23.77%
B=29.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.38
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105536500.500.380.59346.1532.9130.98
Hex693541032263B15a211f
Octal1516510106246735324137
Binary11010011101011000001011001010011011101110101101010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693541; }

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

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

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

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

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

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

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

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