#3C4546

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

Shades of Charade #3C4546

Tints of Charade #3C4546

Color information

#3C4546 (or 0x3C4546) is unknown color: approx Charade. HEX triplet: 3C, 45 and 46. RGB value is (60,69,70). Sum of RGB (Red+Green+Blue) = 60+69+70=199 (26% of max value = 765). Red value is 60 (23.83% from 255 or 30.15% from 199); Green value is 69 (27.34% from 255 or 34.67% from 199); Blue value is 70 (27.73% from 255 or 35.18% from 199); Max value from RGB is 70 - color contains mainly: blue. Hex color #3C4546 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C4546 is #C3BAB9. Grayscale: #424242. Windows color (decimal): -12827322 or 4605244. OLE color: 4605244.

HSL color Cylindrical-coordinate representation of color #3C4546: hue angle of 186º degrees, saturation: 0.08, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #3C4546 is Cyan = 0.14, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB606970-
CMYK0.140.0100.73
HSL186º7.69%25.49%-
HSV(B)186º14.29%27.45%-
XYZ5.15.666.62-
YUV66.42130.02123.42-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 30.15%
GREEN value IS 69 (27.34% from 255) = 34.67%
BLUE value IS 70 (27.73% from 255) = 35.18%
R=30.15%
G=34.67%
B=35.18%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6069700.140.0100.731867.6925.49
Hex3C4546E1049ba819
Octal7410510616101112721031
Binary11110010001011000110111010100100110111010100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C4546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3C4546; }

 p { color: rgb(60,69,70); }

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

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

 a { background-color: rgb(60,69,70); }

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

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

 span { border-color: rgb(60,69,70); }

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