#66313D

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

Shades of Siren #66313D

Tints of Siren #66313D

Color information

#66313D (or 0x66313D) is unknown color: approx Siren. HEX triplet: 66, 31 and 3D. RGB value is (102,49,61). Sum of RGB (Red+Green+Blue) = 102+49+61=212 (28% of max value = 765). Red value is 102 (40.23% from 255 or 48.11% from 212); Green value is 49 (19.53% from 255 or 23.11% from 212); Blue value is 61 (24.22% from 255 or 28.77% from 212); Max value from RGB is 102 - color contains mainly: red. Hex color #66313D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66313D is #99CEC2. Grayscale: #424242. Windows color (decimal): -10079939 or 4010342. OLE color: 4010342.

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

Color convert

RGB1024961-
CMYK00.520.400.6
HSL346.42º35.1%29.61%-
HSV(B)346.42º51.96%40%-
XYZ7.425.365.06-
YUV66.22125.06153.52-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 48.11%
GREEN value IS 49 (19.53% from 255) = 23.11%
BLUE value IS 61 (24.22% from 255) = 28.77%
R=48.11%
G=23.11%
B=28.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.40
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102496100.520.400.6346.4235.129.61
Hex66313D034283C15a231e
Octal146617506450745324336
Binary1100110110001111101011010010100011110010101101010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66313D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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