#693445

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

Shades of Tawny Port #693445

Tints of Tawny Port #693445

Color information

#693445 (or 0x693445) is unknown color: approx Tawny Port. HEX triplet: 69, 34 and 45. RGB value is (105,52,69). Sum of RGB (Red+Green+Blue) = 105+52+69=226 (29% of max value = 765). Red value is 105 (41.41% from 255 or 46.46% from 226); Green value is 52 (20.70% from 255 or 23.01% from 226); Blue value is 69 (27.34% from 255 or 30.53% from 226); Max value from RGB is 105 - color contains mainly: red. Hex color #693445 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693445 is #96CBBA. Grayscale: #454545. Windows color (decimal): -9882555 or 4535401. OLE color: 4535401.

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

Color convert

RGB1055269-
CMYK00.500.340.59
HSL340.75º33.76%30.78%-
HSV(B)340.75º50.48%41.18%-
XYZ8.135.896.34-
YUV69.78127.56153.12-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 46.46%
GREEN value IS 52 (20.70% from 255) = 23.01%
BLUE value IS 69 (27.34% from 255) = 30.53%
R=46.46%
G=23.01%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.34
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105526900.500.340.59340.7533.7630.78
Hex693445032223B155221f
Octal1516410506242735254237
Binary11010011101001000101011001010001011101110101010110001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693445; }

 p { color: rgb(105,52,69); }

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

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

 a { background-color: rgb(105,52,69); }

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

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

 span { border-color: rgb(105,52,69); }

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