#693346

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

Shades of Tawny Port #693346

Tints of Tawny Port #693346

Color information

#693346 (or 0x693346) is unknown color: approx Tawny Port. HEX triplet: 69, 33 and 46. RGB value is (105,51,70). Sum of RGB (Red+Green+Blue) = 105+51+70=226 (29% of max value = 765). Red value is 105 (41.41% from 255 or 46.46% from 226); Green value is 51 (20.31% from 255 or 22.57% from 226); Blue value is 70 (27.73% from 255 or 30.97% from 226); Max value from RGB is 105 - color contains mainly: red. Hex color #693346 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693346 is #96CCB9. Grayscale: #454545. Windows color (decimal): -9882810 or 4600681. OLE color: 4600681.

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

Color convert

RGB1055170-
CMYK00.510.330.59
HSL338.89º34.62%30.59%-
HSV(B)338.89º51.43%41.18%-
XYZ8.125.816.49-
YUV69.31128.39153.46-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 46.46%
GREEN value IS 51 (20.31% from 255) = 22.57%
BLUE value IS 70 (27.73% from 255) = 30.97%
R=46.46%
G=22.57%
B=30.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.33
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105517000.510.330.59338.8934.6230.59
Hex693346033213B153231f
Octal1516310606341735234337
Binary11010011100111000110011001110000111101110101001110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693346; }

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

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

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

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

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

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

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

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