#66313C

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

Shades of Siren #66313C

Tints of Siren #66313C

Color information

#66313C (or 0x66313C) is unknown color: approx Siren. HEX triplet: 66, 31 and 3C. RGB value is (102,49,60). Sum of RGB (Red+Green+Blue) = 102+49+60=211 (27% of max value = 765). Red value is 102 (40.23% from 255 or 48.34% from 211); Green value is 49 (19.53% from 255 or 23.22% from 211); Blue value is 60 (23.83% from 255 or 28.44% from 211); Max value from RGB is 102 - color contains mainly: red. Hex color #66313C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66313C is #99CEC3. Grayscale: #424242. Windows color (decimal): -10079940 or 3944806. OLE color: 3944806.

HSL color Cylindrical-coordinate representation of color #66313C: hue angle of 347.55º 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 #66313C is Cyan = 0, Magento = 0.52, Yellow = 0.41 and Black (K on CMYK) = 0.6.

Color convert

RGB1024960-
CMYK00.520.410.6
HSL347.55º35.1%29.61%-
HSV(B)347.55º51.96%40%-
XYZ7.395.354.92-
YUV66.1124.56153.61-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 48.34%
GREEN value IS 49 (19.53% from 255) = 23.22%
BLUE value IS 60 (23.83% from 255) = 28.44%
R=48.34%
G=23.22%
B=28.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.41
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102496000.520.410.6347.5535.129.61
Hex66313C034293C15c231e
Octal146617406451745344336
Binary1100110110001111100011010010100111110010101110010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66313C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66313C; }

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

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

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

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

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

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

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

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