#693040

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

Shades of Siren #693040

Tints of Siren #693040

Color information

#693040 (or 0x693040) is unknown color: approx Siren. HEX triplet: 69, 30 and 40. RGB value is (105,48,64). Sum of RGB (Red+Green+Blue) = 105+48+64=217 (28% of max value = 765). Red value is 105 (41.41% from 255 or 48.39% from 217); Green value is 48 (19.14% from 255 or 22.12% from 217); Blue value is 64 (25.39% from 255 or 29.49% from 217); Max value from RGB is 105 - color contains mainly: red. Hex color #693040 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693040 is #96CFBF. Grayscale: #424242. Windows color (decimal): -9883584 or 4206697. OLE color: 4206697.

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

Color convert

RGB1054864-
CMYK00.540.390.59
HSL343.16º37.25%30%-
HSV(B)343.16º54.29%41.18%-
XYZ7.815.495.5-
YUV66.87126.38155.2-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 48.39%
GREEN value IS 48 (19.14% from 255) = 22.12%
BLUE value IS 64 (25.39% from 255) = 29.49%
R=48.39%
G=22.12%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.39
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105486400.540.390.59343.1637.2530
Hex693040036273B157251e
Octal1516010006647735274536
Binary11010011100001000000011011010011111101110101011110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693040; }

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

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

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

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

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

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

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

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