#693046

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

Shades of Tawny Port #693046

Tints of Tawny Port #693046

Color information

#693046 (or 0x693046) is unknown color: approx Tawny Port. HEX triplet: 69, 30 and 46. RGB value is (105,48,70). Sum of RGB (Red+Green+Blue) = 105+48+70=223 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.09% from 223); Green value is 48 (19.14% from 255 or 21.52% from 223); Blue value is 70 (27.73% from 255 or 31.39% from 223); Max value from RGB is 105 - color contains mainly: red. Hex color #693046 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693046 is #96CFB9. Grayscale: #434343. Windows color (decimal): -9883578 or 4599913. OLE color: 4599913.

HSL color Cylindrical-coordinate representation of color #693046: hue angle of 336.84º degrees, saturation: 0.37, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #693046 is Cyan = 0, Magento = 0.54, Yellow = 0.33 and Black (K on CMYK) = 0.59.

Color convert

RGB1054870-
CMYK00.540.330.59
HSL336.84º37.25%30%-
HSV(B)336.84º54.29%41.18%-
XYZ7.995.566.45-
YUV67.55129.38154.71-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 47.09%
GREEN value IS 48 (19.14% from 255) = 21.52%
BLUE value IS 70 (27.73% from 255) = 31.39%
R=47.09%
G=21.52%
B=31.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.33
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105487000.540.330.59336.8437.2530
Hex693046036213B151251e
Octal1516010606641735214536
Binary11010011100001000110011011010000111101110101000110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693046; }

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

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

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

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

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

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

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

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