#663040

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

Shades of Siren #663040

Tints of Siren #663040

Color information

#663040 (or 0x663040) is unknown color: approx Siren. HEX triplet: 66, 30 and 40. RGB value is (102,48,64). Sum of RGB (Red+Green+Blue) = 102+48+64=214 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.66% from 214); Green value is 48 (19.14% from 255 or 22.43% from 214); Blue value is 64 (25.39% from 255 or 29.91% from 214); Max value from RGB is 102 - color contains mainly: red. Hex color #663040 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663040 is #99CFBF. Grayscale: #414141. Windows color (decimal): -10080192 or 4206694. OLE color: 4206694.

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

Color convert

RGB1024864-
CMYK00.530.370.6
HSL342.22º36%29.41%-
HSV(B)342.22º52.94%40%-
XYZ7.465.315.48-
YUV65.97126.89153.7-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 47.66%
GREEN value IS 48 (19.14% from 255) = 22.43%
BLUE value IS 64 (25.39% from 255) = 29.91%
R=47.66%
G=22.43%
B=29.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.37
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102486400.530.370.6342.223629.41
Hex663040035253C156241d
Octal1466010006545745264435
Binary11001101100001000000011010110010111110010101011010010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663040; }

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

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

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

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

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

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

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

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