#663140

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

Shades of Siren #663140

Tints of Siren #663140

Color information

#663140 (or 0x663140) is unknown color: approx Siren. HEX triplet: 66, 31 and 40. RGB value is (102,49,64). Sum of RGB (Red+Green+Blue) = 102+49+64=215 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.44% from 215); Green value is 49 (19.53% from 255 or 22.79% from 215); Blue value is 64 (25.39% from 255 or 29.77% from 215); Max value from RGB is 102 - color contains mainly: red. Hex color #663140 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663140 is #99CEBF. Grayscale: #424242. Windows color (decimal): -10079936 or 4206950. OLE color: 4206950.

HSL color Cylindrical-coordinate representation of color #663140: hue angle of 343.02º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #663140 is Cyan = 0, Magento = 0.52, Yellow = 0.37 and Black (K on CMYK) = 0.6.

Color convert

RGB1024964-
CMYK00.520.370.6
HSL343.02º35.1%29.61%-
HSV(B)343.02º51.96%40%-
XYZ7.55.395.5-
YUV66.56126.56153.28-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 47.44%
GREEN value IS 49 (19.53% from 255) = 22.79%
BLUE value IS 64 (25.39% from 255) = 29.77%
R=47.44%
G=22.79%
B=29.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.37
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102496400.520.370.6343.0235.129.61
Hex663140034253C157231e
Octal1466110006445745274336
Binary11001101100011000000011010010010111110010101011110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663140; }

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

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

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

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

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

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

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

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