#693444

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

Shades of Tawny Port #693444

Tints of Tawny Port #693444

Color information

#693444 (or 0x693444) is unknown color: approx Tawny Port. HEX triplet: 69, 34 and 44. RGB value is (105,52,68). Sum of RGB (Red+Green+Blue) = 105+52+68=225 (29% of max value = 765). Red value is 105 (41.41% from 255 or 46.67% from 225); Green value is 52 (20.70% from 255 or 23.11% from 225); Blue value is 68 (26.95% from 255 or 30.22% from 225); Max value from RGB is 105 - color contains mainly: red. Hex color #693444 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693444 is #96CBBB. Grayscale: #454545. Windows color (decimal): -9882556 or 4469865. OLE color: 4469865.

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

Color convert

RGB1055268-
CMYK00.500.350.59
HSL341.89º33.76%30.78%-
HSV(B)341.89º50.48%41.18%-
XYZ8.15.886.18-
YUV69.67127.06153.2-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 46.67%
GREEN value IS 52 (20.70% from 255) = 23.11%
BLUE value IS 68 (26.95% from 255) = 30.22%
R=46.67%
G=23.11%
B=30.22%

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
Decimal105526800.500.350.59341.8933.7630.78
Hex693444032233B156221f
Octal1516410406243735264237
Binary11010011101001000100011001010001111101110101011010001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693444; }

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

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

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

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

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

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

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

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