#693140

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

Shades of Siren #693140

Tints of Siren #693140

Color information

#693140 (or 0x693140) is unknown color: approx Siren. HEX triplet: 69, 31 and 40. RGB value is (105,49,64). Sum of RGB (Red+Green+Blue) = 105+49+64=218 (28% of max value = 765). Red value is 105 (41.41% from 255 or 48.17% from 218); Green value is 49 (19.53% from 255 or 22.48% from 218); Blue value is 64 (25.39% from 255 or 29.36% from 218); Max value from RGB is 105 - color contains mainly: red. Hex color #693140 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693140 is #96CEBF. Grayscale: #434343. Windows color (decimal): -9883328 or 4206953. OLE color: 4206953.

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

Color convert

RGB1054964-
CMYK00.530.390.59
HSL343.93º36.36%30.2%-
HSV(B)343.93º53.33%41.18%-
XYZ7.855.575.51-
YUV67.45126.05154.78-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 48.17%
GREEN value IS 49 (19.53% from 255) = 22.48%
BLUE value IS 64 (25.39% from 255) = 29.36%
R=48.17%
G=22.48%
B=29.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.39
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105496400.530.390.59343.9336.3630.2
Hex693140035273B158241e
Octal1516110006547735304436
Binary11010011100011000000011010110011111101110101100010010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693140; }

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

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

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

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

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

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

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

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