#693449

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

Shades of Tawny Port #693449

Tints of Tawny Port #693449

Color information

#693449 (or 0x693449) is unknown color: approx Tawny Port. HEX triplet: 69, 34 and 49. RGB value is (105,52,73). Sum of RGB (Red+Green+Blue) = 105+52+73=230 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.65% from 230); Green value is 52 (20.70% from 255 or 22.61% from 230); Blue value is 73 (28.91% from 255 or 31.74% from 230); Max value from RGB is 105 - color contains mainly: red. Hex color #693449 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693449 is #96CBB6. Grayscale: #464646. Windows color (decimal): -9882551 or 4797545. OLE color: 4797545.

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

Color convert

RGB1055273-
CMYK00.500.300.59
HSL336.23º33.76%30.78%-
HSV(B)336.23º50.48%41.18%-
XYZ8.265.947.01-
YUV70.24129.56152.79-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 45.65%
GREEN value IS 52 (20.70% from 255) = 22.61%
BLUE value IS 73 (28.91% from 255) = 31.74%
R=45.65%
G=22.61%
B=31.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.30
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105527300.500.300.59336.2333.7630.78
Hex6934490321E3B150221f
Octal1516411106236735204237
Binary1101001110100100100101100101111011101110101000010001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693449; }

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

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

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

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

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

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

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

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