#3C695E

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

Shades of Stromboli #3C695E

Tints of Stromboli #3C695E

Color information

#3C695E (or 0x3C695E) is unknown color: approx Stromboli. HEX triplet: 3C, 69 and 5E. RGB value is (60,105,94). Sum of RGB (Red+Green+Blue) = 60+105+94=259 (34% of max value = 765). Red value is 60 (23.83% from 255 or 23.17% from 259); Green value is 105 (41.41% from 255 or 40.54% from 259); Blue value is 94 (37.11% from 255 or 36.29% from 259); Max value from RGB is 105 - color contains mainly: green. Hex color #3C695E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C695E is #C396A1. Grayscale: #5A5A5A. Windows color (decimal): -12818082 or 6187324. OLE color: 6187324.

HSL color Cylindrical-coordinate representation of color #3C695E: hue angle of 165.33º degrees, saturation: 0.27, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #3C695E is Cyan = 0.43, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.59.

Color convert

RGB6010594-
CMYK0.4300.100.59
HSL165.33º27.27%32.35%-
HSV(B)165.33º42.86%41.18%-
XYZ8.9411.8712.41-
YUV90.29130.09106.39-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 23.17%
GREEN value IS 105 (41.41% from 255) = 40.54%
BLUE value IS 94 (37.11% from 255) = 36.29%
R=23.17%
G=40.54%
B=36.29%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal60105940.4300.100.59165.3327.2732.35
Hex3C695E2B0A3Ba51b20
Octal7415113653012732453340
Binary11110011010011011110101011010101110111010010111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C695E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,105,94); }

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

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

 a { background-color: rgb(60,105,94); }

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

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

 span { border-color: rgb(60,105,94); }

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